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:
Olaf Hering
2014-12-06 17:18:49 +09:00
committed by Tatsuya Kinoshita
parent a1b70ec952
commit fc754b42ec
4 changed files with 4 additions and 2 deletions

View File

@@ -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;
}