Mercurial > hg > octave-nkf
diff src/input.cc @ 8021:85184151822e
fix typo in NPOS change
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 07 Aug 2008 15:31:17 -0400 |
parents | 0ef13e15319b |
children | adab48231a03 |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -273,7 +273,7 @@ // There is no need to update the load_path cache if there is no // user input. if (! retval.empty () - && retval.find_first_not_of (" \t\n\r") != std::string:npos) + && retval.find_first_not_of (" \t\n\r") != std::string::npos) load_path::update (); } else