]> git.lyx.org Git - features.git/commitdiff
fix typo
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 29 Jun 2001 06:35:47 +0000 (06:35 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 29 Jun 2001 06:35:47 +0000 (06:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2156 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxfunc.C

index 0f978c6a9ad75adb056b5027b5c0b7917443a28f..e4a9f34bec2a948563ecbcb52459d6e24b390df5 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.C (Dispatch): fix typo
+
 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * paragraph_pimpl.C: add std:: qualifier to lower_bound and
index 311ad0edbd2278a85af0016f4e6d2aea4f30b22a..532f8f8856e43468e7f7ba214c9ad5646d6938f2 100644 (file)
@@ -1265,7 +1265,7 @@ string const LyXFunc::Dispatch(int ac,
                string file_name;
                int row;
                istringstream istr(argument);
-               istr >> filename >> row;
+               istr >> file_name >> row;
 #endif
                // Must replace extension of the file to be .lyx and get full path
                string const s(ChangeExtension(file_name, ".lyx"));