changeset 11138:40206fe759db

oct-parse.yy: fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Fri, 22 Oct 2010 05:31:36 -0400
parents fe016af51396
children 0dd95d1d57e6
files src/oct-parse.yy
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-parse.yy	Fri Oct 22 04:43:50 2010 -0400
+++ b/src/oct-parse.yy	Fri Oct 22 05:31:36 2010 -0400
@@ -3724,7 +3724,7 @@
 
       size_t pos = nm.find_last_of (file_ops::dir_sep_str ());
       if (pos != std::string::npos)
-        nm = nm.substr (pos+1pp);
+        nm = nm.substr (pos+1);
     }
 
   if (autoload)