X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test%2Fparsecsv.c;h=f0c2a1ac55fb9a41355a49853c4a82c7b3a31f32;hb=f35d39f9adca67471b72f3e47398855d51481f87;hp=cc3b6aa9c9c3c24cbcc24d98b58d433139049d83;hpb=2707a4c05f84b3846e4e77ca4e9850cc61ffca10;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/test/parsecsv.c b/test/parsecsv.c index cc3b6aa9..f0c2a1ac 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -139,7 +139,7 @@ void hb_dispose_cell( hb_csv_cell_t *cell ) static uint16_t hb_parse_character( hb_csv_file_t * file ) { int byte; - uint16_t c; + uint16_t c = 0; int need_char = 1; if( file == NULL )