SOURCES: anaconda-loader.c.patch (NEW) - initialize rc to 0

shadzik shadzik at pld-linux.org
Wed Nov 5 21:46:27 CET 2008


Author: shadzik                      Date: Wed Nov  5 20:46:27 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initialize rc to 0

---- Files affected:
SOURCES:
   anaconda-loader.c.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/anaconda-loader.c.patch
diff -u /dev/null SOURCES/anaconda-loader.c.patch:1.1
--- /dev/null	Wed Nov  5 21:46:28 2008
+++ SOURCES/anaconda-loader.c.patch	Wed Nov  5 21:46:22 2008
@@ -0,0 +1,11 @@
+--- loader/loader.c	2008-10-11 17:58:31.000000000 +0200
++++ loader/loader.c-new	2008-11-05 21:42:15.000000000 +0100
+@@ -1204,7 +1204,7 @@
+ 
+     char *url = NULL, *ret = NULL, *devName = NULL, *kbdtype = NULL;
+     static iface_t iface;
+-    int i, rc, dir = 1;
++    int i, rc=0, dir = 1;
+     int needsNetwork = 0, class = -1;
+     int skipMethodDialog = 0, skipLangKbd = 0;
+ 
================================================================


More information about the pld-cvs-commit mailing list