From 7d0bcd10a7e3455697985522580267c8470cfcb9 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 20 Dec 2005 10:50:52 +0000 Subject: Updated to fedora-glibc-20051220T1028 --- timezone/zic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone') 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) -- cgit v1.2.3