mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 16:48:31 +02:00
xlibi18n/lcGeneric: Initialize uninitialized local variable
Using uninitialized value "new" Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
d0266e06d3
commit
f66a032a93
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ read_charset_define(
|
|||
char name[BUFSIZ];
|
||||
XlcCharSet charsetd;
|
||||
char **value;
|
||||
int num, new;
|
||||
int num, new = 0;
|
||||
XlcSide side = XlcUnknown;
|
||||
char *tmp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue