uninitialized variables checked. Also change two if/else if functions for switch
[lttv.git] / ltt / branches / poly / ltt / convert / convert.c
index 760eba6d863340c3800df2b50242829299388970..efacdcb630690bcc464689a7d3d82a9f2e4d5957 100644 (file)
@@ -99,9 +99,9 @@ int main(int argc, char ** argv){
   char hardware_platform[BUFFER_SIZE];
   char operating_system[BUFFER_SIZE];
   int  cpu;
-  int  ltt_block_size;
-  int  ltt_major_version;
-  int  ltt_minor_version;
+  int  ltt_block_size=0;
+  int  ltt_major_version=0;
+  int  ltt_minor_version=0;
   int  ltt_log_cpu;
   char buf[BUFFER_SIZE];
   int i, k;
This page took 0.023753 seconds and 4 git commands to generate.