http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cce70d
)
wrc: Initialise variable.
author
Huw Davies
<huw@codeweavers.com>
Wed, 5 Jan 2011 14:55:02 +0000
(14:55 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 5 Jan 2011 16:54:33 +0000
(17:54 +0100)
tools/wrc/po.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/wrc/po.c
b/tools/wrc/po.c
index 2b7ed6d7dfa5f21a018207b7f25f665b5cd86fb9..6cfb5b4fdc837658f54e9405076eabe715277938 100644
(file)
--- 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 )
{