]> git.lyx.org Git - features.git/commitdiff
last fix *NOT*
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 12 Jun 2000 13:23:55 +0000 (13:23 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 12 Jun 2000 13:23:55 +0000 (13:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@810 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/filetools.C

index 33c6dd4d82c28ed541c9a6ac3a186862e0c840a9..fcf8b73aec10385dbbf03df4537015135666e0f0 100644 (file)
@@ -738,7 +738,7 @@ string GetFileContents(string const & fname) {
                        return ofs.str();
 #else
                        ofs << '\0';
-                       char const * tmp = ofs.str();
+                       char const * tmp = ofs.str();
                        string ret(tmp);
                        delete[] tmp;
                        return ret;