changeset 1490:4d6c168ff235

[project @ 1995-09-29 03:59:46 by jwe]
author jwe
date Fri, 29 Sep 1995 03:59:46 +0000
parents 3e705c864019
children 893b416bb919
files src/pt-const.cc
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	  }