]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/LzmaCompress.c
Sync basetools' source and binary files with r1707 of the basetools project.
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / LzmaCompress.c
index 7207a752a17245acb83dba01d2f9b96d12460ebc..16b91da177344ed79ca27dc7080466ac01f05a7f 100644 (file)
@@ -208,7 +208,7 @@ int main2(int numArgs, const char *args[], char *rs)
   CFileSeqInStream inStream;\r
   CFileOutStream outStream;\r
   int res;\r
   CFileSeqInStream inStream;\r
   CFileOutStream outStream;\r
   int res;\r
-  int encodeMode;\r
+  int encodeMode = 0;\r
   Bool modeWasSet = False;\r
   const char *inputFile = NULL;\r
   const char *outputFile = "file.tmp";\r
   Bool modeWasSet = False;\r
   const char *inputFile = NULL;\r
   const char *outputFile = "file.tmp";\r