X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test%2Fparsecsv.c;h=f0c2a1ac55fb9a41355a49853c4a82c7b3a31f32;hb=f35d39f9adca67471b72f3e47398855d51481f87;hp=2afc12c4f8f5daeeb0575b46568301e8c0ea2d82;hpb=90fba27222b3467b91c29803f217c4d5335c7ad0;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/test/parsecsv.c b/test/parsecsv.c index 2afc12c4..f0c2a1ac 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -1,7 +1,7 @@ /* $Id: parsecsv.c $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include @@ -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 )