translate: minor fixes
[ia32rtools.git] / tools / cvt_data.c
index bc9b2da..93c5fd0 100644 (file)
@@ -195,7 +195,7 @@ static char *escape_string(char *s)
 
   for (; *s != 0; s++) {
     if (*s == '"') {
-      strcpy(t, "\\22");
+      strcpy(t, "\\x22");
       t += strlen(t);
       continue;
     }