From: Huw Davies Date: Wed, 5 Jan 2011 14:55:02 +0000 (+0000) Subject: wrc: Initialise variable. X-Git-Tag: wine-1.3.11~65 X-Git-Url: http://git.etersoft.ru/projects/?a=commitdiff_plain;h=d5c66bc23d8bd9c4750fa5f20ed442dc05e8408c;p=wine%2Feterwine.git wrc: Initialise variable. --- diff --git a/tools/wrc/po.c b/tools/wrc/po.c index 2b7ed6d7df..6cfb5b4fdc 100644 --- a/tools/wrc/po.c +++ b/tools/wrc/po.c @@ -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 ) {