aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-23 05:55:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-23 05:55:34 +0000
commit36d89bb79ce475c5c80dc1dc6b6848b6f9488ce5 (patch)
tree4274e4d331961faf131192dfc71196a5e08a2fb5 /dumpcap.c
parentab26f8d8a3c1f4a09227ae350d3ad5f943fc7b9a (diff)
Fix some of the Errors/warnings detected by checkapi.
svn path=/trunk/; revision=25368
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index bce55e5f97..43a74ac7e1 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -2264,7 +2264,7 @@ main(int argc, char *argv[])
OPTSTRING_INIT OPTSTRING_WIN32;
#ifdef DEBUG_CHILD_DUMPCAP
- if ((debug_log = fopen("dumpcap_debug_log.tmp","w")) == NULL) {
+ if ((debug_log = ws_fopen("dumpcap_debug_log.tmp","w")) == NULL) {
fprintf (stderr, "Unable to open debug log file !\n");
exit (1);
}