]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda-loader.c.patch
- initialize rc to 0
[packages/anaconda.git] / anaconda-loader.c.patch
diff --git a/anaconda-loader.c.patch b/anaconda-loader.c.patch
new file mode 100644 (file)
index 0000000..93a11dc
--- /dev/null
@@ -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;
This page took 0.028964 seconds and 4 git commands to generate.