don't remove &quot

This commit is contained in:
Matthias Schneebeli
2006-03-07 16:19:54 +00:00
parent 29adc0b8f9
commit 94890c59f6
+2 -2
View File
@@ -270,10 +270,10 @@ void mxml_decode(char *str)
strcpy(p, p+5);
}
}
if (str[0] == '\"' && str[strlen(str)-1] == '\"') {
/* if (str[0] == '\"' && str[strlen(str)-1] == '\"') {
strcpy(str, str+1);
str[strlen(str)-1] = 0;
}
}*/
}
/*------------------------------------------------------------------*/