# HG changeset patch # User John W. Eaton # Date 1287739896 14400 # Node ID 40206fe759db1781def021e365830df565b9576b # Parent fe016af513968638e157b015abc21b5a8e952688 oct-parse.yy: fix typo in previous change diff --git a/src/oct-parse.yy b/src/oct-parse.yy --- a/src/oct-parse.yy +++ b/src/oct-parse.yy @@ -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)