summaryrefslogtreecommitdiff
path: root/ui/win32
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-20 04:42:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-20 04:42:55 +0000
commit4e5f1e9914eb858961c40b0e354af6cc8b2cc5df (patch)
tree4d8ddf277c597868d3b033da7a51fc6e9b6948ea /ui/win32
parent06474b43305ecee081506b4d3052933a91f81691 (diff)
downloadwireshark-4e5f1e9914eb858961c40b0e354af6cc8b2cc5df.tar.gz
MAke it compile by adding discard_comments = FALSE
svn path=/trunk/; revision=43394
Diffstat (limited to 'ui/win32')
-rw-r--r--ui/win32/file_dlg_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/win32/file_dlg_win32.c b/ui/win32/file_dlg_win32.c
index a1093b985d..0312a2e758 100644
--- a/ui/win32/file_dlg_win32.c
+++ b/ui/win32/file_dlg_win32.c
@@ -378,7 +378,7 @@ win32_save_as_file(HWND h_wnd)
* This should be fixed even though the cf_save_packets()
* presumably should rarely fail in this case.
*/
- if (cf_save_packets(&cfile, file_name8->str, filetype, FALSE, FALSE) != CF_OK) {
+ if (cf_save_packets(&cfile, file_name8->str, filetype, FALSE/*compressed */, FALSE/*discard_comments */, FALSE/* dont_reopen */) != CF_OK) {
/* The write failed. Try again. */
g_array_free(savable_file_types, TRUE);
g_string_free(file_name8, TRUE /* free_segment */);