# HG changeset patch # User jwe # Date 812347186 0 # Node ID 4d6c168ff23541b50d7ac96da17c984f5c92e68f # Parent 3e705c864019b00e1c74f88a1e0b0a8b77849aaa [project @ 1995-09-29 03:59:46 by jwe] diff -r 3e705c864019 -r 4d6c168ff235 src/pt-const.cc --- a/src/pt-const.cc Thu Sep 28 05:38:26 1995 +0000 +++ b/src/pt-const.cc Fri Sep 29 03:59:46 1995 +0000 @@ -1753,9 +1753,8 @@ { if (! force_str_conv && ! user_pref.implicit_str_to_num_ok) { - ::error ("failed to convert `%s' to a numeric type --", str_obj); - ::error ("default conversion turned off"); - + ::error ("string to numeric conversion failed --\ + default conversion turned off"); return; }