]> git.lyx.org Git - lyx.git/blobdiff - src/support/LAssert.C
small changes read changelog
[lyx.git] / src / support / LAssert.C
index cd3050917a784b9e741d2278c7268f32dd77cb0c..b878f26d47a073bf502278b96581f612492365bd 100644 (file)
@@ -4,7 +4,7 @@
  *           LyX, The Document Processor
  *      
  *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -22,7 +22,7 @@
 extern BufferList bufferlist;
 
 void emergencySave() {
-       static bool didSafe = false;
+       static bool didSafe;
        if (didSafe)
                return;