diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 10:50:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 10:50:52 +0000 |
commit | 7d0bcd10a7e3455697985522580267c8470cfcb9 (patch) | |
tree | e297bb71c9979eda34a12ca4f3ff1acf5194d886 /timezone | |
parent | 2c6cfe6853a30deb4af842aacc924fa298d0521a (diff) | |
download | glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.gz glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.bz2 glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.zip |
Updated to fedora-glibc-20051220T1028
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/zic.c | 2 |
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) |