mirror of
https://gitea.psi.ch/ELOG/mxml.git
synced 2026-09-09 01:23:22 +00:00
Removed stripping of \" in mxml_decode.
This commit is contained in:
parent
cc52e6327f
commit
dbbbec4d07
5
mxml.c
5
mxml.c
@ -270,11 +270,6 @@ void mxml_decode(char *str)
|
|||||||
strcpy(p, p+5);
|
strcpy(p, p+5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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