aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-21 23:14:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-21 23:14:23 +0000
commit45c8c7a843f1556ea53328378c4cdb27875b99b4 (patch)
tree5b79f14e07fc4b271532d76c6a6a4b74daeb469e /text2pcap.c
parentd877cbc3949ac7754e30d4c7af6b8cc3e9fd0421 (diff)
fix MSVC warnings of / and set CFLAGS to block new warnings
svn path=/trunk/; revision=21098
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) {