We have to tell cf_save_packets() whether to save them in compressed

form; say "don't" for now.

svn path=/trunk/; revision=42817
This commit is contained in:
Guy Harris 2012-05-24 02:30:43 +00:00
parent b655197a9d
commit 73888ed977
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ win32_save_as_file(HWND h_wnd, action_after_save_e action_after_save, gpointer a
* 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) != CF_OK) {
if (cf_save_packets(&cfile, file_name8->str, filetype, FALSE) != CF_OK) {
/* The write failed. Try again. */
g_array_free(savable_file_types, TRUE);
g_string_free(file_name8, TRUE /* free_segment */);