# HG changeset patch # User Shinji KONO # Date 1291707085 -32400 # Node ID 5686d52f8188a0134edd7965c69ff4a819ff94ee # Parent 5418d809dc6aa1fe937fa782c320bb5fde4b487f xml accepts comma for backward compatibility diff -r 5418d809dc6a -r 5686d52f8188 Renderer/Engine/xml.cc --- a/Renderer/Engine/xml.cc Sat Oct 02 04:16:23 2010 +0900 +++ b/Renderer/Engine/xml.cc Tue Dec 07 16:31:25 2010 +0900 @@ -26,7 +26,7 @@ cont = skip_to_number(cont); if (cont == NULL) return(NULL); - for (;*cont != ' ' && *cont != '\n' && *cont != '\t';cont++) + for (;*cont != ' ' && *cont != '\n' && *cont != '\t' && *cont != ',' ;cont++) { if (*cont == '-') {