Fix warning.
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 16 Nov 2010 16:40:16 +0000 (16:40 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 16 Nov 2010 16:40:16 +0000 (16:40 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34904 f5534014-38df-0310-8fa8-9805f1628bb7

tempfile.c

index e07f94b6ca6fa8e9ccaebc672878eebadf3572ef..720804e2ec5ba1b35b6582d9ef30626cccfa4666 100644 (file)
@@ -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;