diff src/ls-mat4.cc @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000 (2005-04-12)
parents 23b37da9fd5b
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/ls-mat4.cc
+++ b/src/ls-mat4.cc
@@ -372,7 +372,7 @@
 	tc = order ? re.transpose () : re;
 
       if (type == 1)
-	tc = tc.convert_to_str ();
+	tc = tc.convert_to_str (false, true, '\'');
 
       return retval;
     }