wineboot wininit patch 1

Shachar Shemesh wine-patches at sun.consumer.org.il
Tue Jan 7 12:19:19 CST 2003


Changelog
Shachar Shemesh <winecode at sun.consumer.org.il>

programs/wineboot/wineboot.c

    * Added a print to indicate to user that installation is done.


-------------- next part --------------
--- programs/wineboot/wineboot.c.orig	2003-01-06 19:24:23.000000000 +0200
+++ programs/wineboot/wineboot.c	2003-01-07 20:16:53.000000000 +0200
@@ -150,6 +150,8 @@
         return FALSE;
     }
 
+    printf("Continuing to \"boot\" wine.\n");
+
     return TRUE;
 }
 


More information about the wine-patches mailing list