diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-20 15:26:00 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-20 15:26:00 +0000 |
commit | 1f3bf130e3705ed4d77af08cf51c12128ab5424d (patch) | |
tree | 9f5d2f3b64e7aa17b261e911cb1fff0547451e7d /utils | |
parent | 445f36acfd30cd71b89e8ed7385b74cb9da0f2dc (diff) | |
download | anaconda-1f3bf130e3705ed4d77af08cf51c12128ab5424d.tar.gz anaconda-1f3bf130e3705ed4d77af08cf51c12128ab5424d.tar.xz anaconda-1f3bf130e3705ed4d77af08cf51c12128ab5424d.zip |
merge from taroon branch to HEAD. mostly the package stuff, but also
msw's ctrl-alt-del thing and some arch fixups
Diffstat (limited to 'utils')
-rw-r--r-- | utils/genhdlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/genhdlist.c b/utils/genhdlist.c index 826c438b1..a952b7f12 100644 --- a/utils/genhdlist.c +++ b/utils/genhdlist.c @@ -485,6 +485,7 @@ int main(int argc, const char ** argv) { strcpy (depOrder[numpkgs], b); numpkgs++; } + depOrder[numpkgs] = NULL; /* end with a null */ } requireTable = htNewTable(1000); |