Fix a few harmless uninitialized variables
Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
a1b70ec952
commit
fc754b42ec
@@ -100,6 +100,7 @@ wc_ucs_to_any(wc_uint32 ucs, wc_table *t)
|
||||
return t->conv(t->ccs, map->code2);
|
||||
}
|
||||
cc.ccs = WC_CCS_UNKNOWN;
|
||||
cc.code = 0;
|
||||
return cc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user