]> git.lyx.org Git - features.git/commitdiff
stupid bug
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 5 May 2000 12:27:42 +0000 (12:27 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 5 May 2000 12:27:42 +0000 (12:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@720 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/buffer.C

index 64b6c7e3d4cf93cfe8ffb3e14ae9c5ab071c8542..b1bd721186c10e41577a9fa3e4ff3ed05f754694 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
+
 2000-05-05  Juergen Vigna  <jug@sad.it>
 
        * src/tabular.[Ch]: now using std:vector instead of arrays for all the
index c7d38d9a507399dc00d79ee8365ff7db39ba5d6e..46471e97dd354538d35b0380acf5d9e0e685e482 100644 (file)
@@ -988,7 +988,7 @@ Buffer::parseSingleLyXformat2Token(LyXLex & lex, LyXParagraph *& par,
                                        par->InsertChar(pos, '-');
                                        par->SetFont(pos, font);
                                } else if (next_token == "\\protected_separator"
-                                       || next_token == '~') {
+                                       || next_token == "~") {
                                        par->InsertChar(pos, ' ');
                                        par->SetFont(pos, font);
                                } else {