summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-23 19:12:33 +0000
committerMike Fulbright <msf@redhat.com>2000-06-23 19:12:33 +0000
commit6e8099ca72218cd15755d2c5f6f11de3b2fb65a8 (patch)
treea08961332ae83ba46ee2526b2c14c90859cbc836 /utils
parent9e3cf3c4024075fb7fdb2ac0f471eeae4fd02ee5 (diff)
downloadanaconda-6e8099ca72218cd15755d2c5f6f11de3b2fb65a8.tar.gz
anaconda-6e8099ca72218cd15755d2c5f6f11de3b2fb65a8.tar.xz
anaconda-6e8099ca72218cd15755d2c5f6f11de3b2fb65a8.zip
hj patch.31
Diffstat (limited to 'utils')
-rw-r--r--utils/genhdlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genhdlist.c b/utils/genhdlist.c
index 4a6a598f4..45244cd1f 100644
--- a/utils/genhdlist.c
+++ b/utils/genhdlist.c
@@ -21,7 +21,7 @@
int onePass(FD_t outfd, const char * dirName, int cdNum) {
FD_t fd;
struct dirent * ent;
- char * subdir = alloca(strlen(dirName)) + 20;
+ char * subdir = alloca(strlen(dirName) + 20);
int errno;
Header h;
int isSource, rc;