changeset 1041:ce2e2c3efab3

merge
author yutaka@localhost.localdomain
date Mon, 06 Dec 2010 18:04:18 +0900
parents 1e243714cf3c (current diff) 153dd7b4b8a6 (diff)
children b067fd5d8859
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Engine/xml.cc	Mon Dec 06 18:03:21 2010 +0900
+++ b/Renderer/Engine/xml.cc	Mon Dec 06 18:04:18 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 == '-')
         {