]> git.pld-linux.org Git - packages/anaconda.git/blame_incremental - anaconda-loader.c.patch
- initialize rc to 0
[packages/anaconda.git] / anaconda-loader.c.patch
... / ...
CommitLineData
1--- loader/loader.c 2008-10-11 17:58:31.000000000 +0200
2+++ loader/loader.c-new 2008-11-05 21:42:15.000000000 +0100
3@@ -1204,7 +1204,7 @@
4
5 char *url = NULL, *ret = NULL, *devName = NULL, *kbdtype = NULL;
6 static iface_t iface;
7- int i, rc, dir = 1;
8+ int i, rc=0, dir = 1;
9 int needsNetwork = 0, class = -1;
10 int skipMethodDialog = 0, skipLangKbd = 0;
11
This page took 0.020897 seconds and 4 git commands to generate.