wrc: Initialise variable.
authorHuw Davies <huw@codeweavers.com>
Wed, 5 Jan 2011 14:55:02 +0000 (14:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Jan 2011 16:54:33 +0000 (17:54 +0100)
tools/wrc/po.c

index 2b7ed6d7dfa5f21a018207b7f25f665b5cd86fb9..6cfb5b4fdc837658f54e9405076eabe715277938 100644 (file)
@@ -469,7 +469,7 @@ static char *get_po_file_name( const language_t *lang )
 static unsigned int flush_po_files( const char *output_name )
 {
     struct po_file_lang *po_file, *next;
-    unsigned int count;
+    unsigned int count = 0;
 
     LIST_FOR_EACH_ENTRY_SAFE( po_file, next, &po_file_langs, struct po_file_lang, entry )
     {