]> git.lyx.org Git - lyx.git/blobdiff - src/support/LAssert.C
small changes read changelog
[lyx.git] / src / support / LAssert.C
index 8232b8d999b647df7542ac7d95bda1974dd2d6fb..b878f26d47a073bf502278b96581f612492365bd 100644 (file)
@@ -22,7 +22,7 @@
 extern BufferList bufferlist;
 
 void emergencySave() {
-       static bool didSafe = false;
+       static bool didSafe;
        if (didSafe)
                return;