aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
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);
}