]> git.lyx.org Git - features.git/blobdiff - src/graphics/ChangeLog
Fix crash reported by Norbert Koksch, using a hard-coded 5 digits (boo! hiss!)
[features.git] / src / graphics / ChangeLog
index 27743c2f34486d2d37c73d79053f2779472d368f..1b8b84681c43e08c78438cfe267cad465e7ab008 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C: fix crash reported by Norbert Koksch when
+       generating more than 999 preview snippets. Use filenames with 5 digit
+       numbers, not 3, in the first instance, although more general code is
+       commented out. I don't suppose /anyone/ has 100000 formulae in one
+       document...
+
 2002-09-03  Angus Leeming  <leeming@lyx.org>
 
        * PreviewLoader.C: activate #ifdef USING_NEW_PREVIEW_STY code.