mirror of
https://gitea.psi.ch/ELOG/mxml.git
synced 2026-09-09 01:23:22 +00:00
don't remove "
This commit is contained in:
parent
29adc0b8f9
commit
94890c59f6
4
mxml.c
4
mxml.c
@ -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;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user