Browse Source

* missing quotes in GO32v2-specific part

Tomas Hajny 22 years ago
parent
commit
f574af7331
1 changed files with 6 additions and 3 deletions
  1. 6 3
      installer/install.pas

+ 6 - 3
installer/install.pas

@@ -820,8 +820,8 @@ program install;
                           if CreateLog then
                           if CreateLog then
                             begin
                             begin
                               WriteLn (Log, 'Error while extracting ' +
                               WriteLn (Log, 'Error while extracting ' +
-                               CurrentFile + because of missing LFN support,');
-                              WriteLn (Log, '  skipping rest of ZIP file.);
+                             CurrentFile + ' because of missing LFN support,');
+                              WriteLn (Log, '  skipping rest of ZIP file.');
                             end;
                             end;
                           messagebox('Error while extracting '+currentfile+
                           messagebox('Error while extracting '+currentfile+
                             #13#3'because of missing lfn support'+
                             #13#3'because of missing lfn support'+
@@ -2008,7 +2008,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.17  2003-03-01 16:15:42  hajny
+  Revision 1.18  2003-03-05 21:12:32  hajny
+    * missing quotes in GO32v2-specific part
+
+  Revision 1.17  2003/03/01 16:15:42  hajny
     + logging enhanced
     + logging enhanced
 
 
   Revision 1.16  2003/02/08 21:49:59  carl
   Revision 1.16  2003/02/08 21:49:59  carl