OSDN Git Service

Revert "fix to compile without subwcrev.exe"
[handbrake-jp/handbrake-jp-git.git] / test / parsecsv.c
index 2afc12c..f0c2a1a 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: parsecsv.c $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <fcntl.h>
@@ -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 )