]> andersk Git - libyaml.git/blobdiff - src/writer.c
Add win32 fixes and project files for VC6.
[libyaml.git] / src / writer.c
index ec0e477dabdafecd55fb0762393a95708b094430..513d9accb8d92c5feab08f9c7a9a0ba3d6cf5041 100644 (file)
@@ -72,7 +72,7 @@ yaml_emitter_flush(yaml_emitter_t *emitter)
         unsigned char octet;
         unsigned int width;
         unsigned int value;
-        int k;
+        size_t k;
 
         /* 
          * See the "reader.c" code for more details on UTF-8 encoding.  Note
This page took 0.024523 seconds and 4 git commands to generate.