summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/dir.c')
-rw-r--r--Build/source/texk/kpathsea/dir.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/dir.c b/Build/source/texk/kpathsea/dir.c
index 54b1551c53c..5f599c15260 100644
--- a/Build/source/texk/kpathsea/dir.c
+++ b/Build/source/texk/kpathsea/dir.c
@@ -1,6 +1,6 @@
/* dir.c: directory operations.
- Copyright 1992, 1993, 1994, 1995, 2008 Karl Berry.
+ Copyright 1992, 1993, 1994, 1995, 2008, 2009 Karl Berry.
Copyright 2000, 2002, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -111,7 +111,8 @@ kpathsea_dir_links (kpathsea kpse, const_string fn, long nlinks)
memcpy(str_nlinks, (char *)&nlinks, sizeof(nlinks));
str_nlinks[sizeof(nlinks)] = '\0';
/* It's up to us to copy the value. */
- hash_insert(&(kpse->link_table), xstrdup(fn), (const_string)str_nlinks);
+ hash_insert(&(kpse->link_table), xstrdup (fn),
+ (const_string) str_nlinks);
}
#else
struct stat stats;