diff src/pt-mat.cc @ 4452:f3c21a1d1c62

[project @ 2003-07-09 23:20:18 by jwe]
author jwe
date Wed, 09 Jul 2003 23:20:19 +0000
parents 0a59e4de215e
children cef48c4b902d
line wrap: on
line diff
--- a/src/pt-mat.cc	Wed Jul 09 19:09:09 2003 +0000
+++ b/src/pt-mat.cc	Wed Jul 09 23:20:19 2003 +0000
@@ -486,7 +486,7 @@
       some_strings_p = tmp.some_strings_p ();
       all_empty_p = tmp.all_empty_p ();
 
-      frc_str_conv = Vimplicit_num_to_str_ok && some_strings_p;
+      frc_str_conv = some_strings_p;
 
       if (all_strings_p)
 	chm.resize (nr, nc, Vstring_fill_char);