From: shadzik Date: Wed, 5 Nov 2008 20:46:22 +0000 (+0000) Subject: - initialize rc to 0 X-Git-Tag: auto/th/anaconda-11_4_1_200811102027-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fanaconda.git;a=commitdiff_plain;h=fc4b5583eada049f0a8c5206d626d8661139d500 - initialize rc to 0 Changed files: anaconda-loader.c.patch -> 1.1 --- diff --git a/anaconda-loader.c.patch b/anaconda-loader.c.patch new file mode 100644 index 0000000..93a11dc --- /dev/null +++ b/anaconda-loader.c.patch @@ -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; +