Disable the "Packet Format" when save as "C Arrays".

svn path=/trunk/; revision=24607
This commit is contained in:
Stig Bjørlykke 2008-03-11 21:06:56 +00:00
parent d0a04bd7df
commit 1aa356313e
1 changed files with 1 additions and 1 deletions

View File

@ -1619,7 +1619,7 @@ export_file_hook_proc(HWND ef_hwnd, UINT msg, WPARAM w_param, LPARAM l_param) {
print_args.format = PR_FMT_TEXT;
else
print_args.format = PR_FMT_PS;
if (index == 3 || index == 4 || index == 5)
if (index == 3 || index == 4 || index == 5 || index == 6)
pkt_fmt_enable = FALSE;
else
pkt_fmt_enable = TRUE;