aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2010-11-16 16:40:16 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2010-11-16 16:40:16 +0000
commitcb82b48208f7aafbcfb5c7921e8547e0daceedec (patch)
treefcab9721cf00063db6963e91727d80169f1e260f /tempfile.c
parentbfc0ad6824c5d44613dda34064183974f2b67bd8 (diff)
Fix warning.
svn path=/trunk/; revision=34904
Diffstat (limited to 'tempfile.c')
-rw-r--r--tempfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempfile.c b/tempfile.c
index e07f94b6ca..720804e2ec 100644
--- a/tempfile.c
+++ b/tempfile.c
@@ -164,7 +164,7 @@ create_tempfile(char **namebuf, const char *pfx)
{
static struct _tf {
char *path;
- unsigned int len;
+ unsigned long len;
} tf[MAX_TEMPFILES];
static int idx;