aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-21 23:14:23 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-21 23:14:23 +0000
commitc16b3cacc90a42a1710cdffdc0fb438c1c2ff5d9 (patch)
tree5b79f14e07fc4b271532d76c6a6a4b74daeb469e /text2pcap.c
parent5c239e93946f2374ec77937df7092e4634c128e8 (diff)
fix MSVC warnings of / and set CFLAGS to block new warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21098 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index b6c270ce5c..ea058f2249 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -1276,7 +1276,7 @@ parse_options (int argc, char *argv[])
output_filename = "Standard output";
}
- ts_sec = time(0); /* initialize to current time */
+ ts_sec = (gint32) time(0); /* initialize to current time */
/* Display summary of our state */
if (!quiet) {