Mercurial > hg > octave-nkf
diff src/strfns.cc @ 5707:6286c96121c2
[project @ 2006-03-22 05:07:28 by jwe]
author | jwe |
---|---|
date | Wed, 22 Mar 2006 05:07:29 +0000 |
parents | 161ebd1f3410 |
children | 7ba9ad1fec11 |
line wrap: on
line diff
--- a/src/strfns.cc +++ b/src/strfns.cc @@ -80,7 +80,7 @@ for (int i = 0; i < nargin; i++) { - string_vector s = args(i).all_strings (false, true); + string_vector s = args(i).all_strings (); if (error_state) { @@ -102,7 +102,7 @@ for (int i = 0; i < nargin; i++) { - string_vector s = args(i).all_strings (false, true); + string_vector s = args(i).all_strings (); int n = s.length ();