about summary refs log tree commit diff
path: root/timezone/zic.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-12-20 10:50:52 +0000
committerJakub Jelinek <jakub@redhat.com>2005-12-20 10:50:52 +0000
commit7d0bcd10a7e3455697985522580267c8470cfcb9 (patch)
treee297bb71c9979eda34a12ca4f3ff1acf5194d886 /timezone/zic.c
parent2c6cfe6853a30deb4af842aacc924fa298d0521a (diff)
downloadglibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.gz
glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.xz
glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.zip
Updated to fedora-glibc-20051220T1028
Diffstat (limited to 'timezone/zic.c')
-rw-r--r--timezone/zic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/zic.c b/timezone/zic.c
index 57dc5311d5..4e3f42f2cc 100644
--- a/timezone/zic.c
+++ b/timezone/zic.c
@@ -650,7 +650,7 @@ const char * const	tofile;
 						"../");
 					symlinkcontents =
 						ecatalloc(symlinkcontents,
-						fromfile);
+							  fromname);
 					result = symlink(symlinkcontents,
 						toname);
 					if (result == 0)