diff src/pt-mat.cc @ 7270:20b3ac39ee40

[project @ 2007-12-10 06:26:20 by jwe]
author jwe
date Mon, 10 Dec 2007 06:26:20 +0000
parents a1dbe9d80eee
children 745a8299c2b5 28b0618cf67c
line wrap: on
line diff
--- a/src/pt-mat.cc
+++ b/src/pt-mat.cc
@@ -811,7 +811,7 @@
 #endif
       else if (result_type == "char")
 	{
-	  char type = all_sq_strings_p ? '\'' : '"';
+	  char type = all_dq_strings_p ? '"' : '\'';
 
 	  maybe_warn_string_concat (all_dq_strings_p, all_sq_strings_p);