]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- initialize rc to 0
authorshadzik <shadzik@pld-linux.org>
Wed, 5 Nov 2008 20:46:22 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-loader.c.patch -> 1.1

anaconda-loader.c.patch [new file with mode: 0644]

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.076254 seconds and 4 git commands to generate.