added missing " escapes to xml header in rrd_tool.c
[rrdtool.git] / src / rrd_dump.c
index 7428198..08fa87c 100644 (file)
@@ -98,7 +98,7 @@ int rrd_dump_r(
         out_file = stdout;
     }
 
-    fputs("<?xml version=" 1.0 " encoding=\"utf-8\"?>", out_file);
+    fputs("<?xml version=\"1.0\" encoding=\"utf-8\"?>", out_file);
     fputs
         ("<!DOCTYPE rrd SYSTEM \"http://oss.oetiker.ch/rrdtool/rrdtool.dtd\">",
          out_file);