Parent Directory
|
Revision Log
|
Patch
revision 48 by werner, Mon Oct 31 21:14:11 2005 UTC | revision 65 by twoaday, Thu Nov 3 16:55:25 2005 UTC | |
---|---|---|
# | Line 126 save_clipboard_to_file (HWND dlg) | Line 126 save_clipboard_to_file (HWND dlg) |
126 | { | { |
127 | OPENFILENAME save; | OPENFILENAME save; |
128 | FILE *fp; | FILE *fp; |
129 | char *p; | char *p=NULL; |
130 | char file[300] = ""; | char file[300] = ""; |
131 | DWORD nbytes; | DWORD nbytes; |
132 | int id; | int id; |
# | Line 228 clip_edit_dlg_proc (HWND dlg, UINT msg, | Line 228 clip_edit_dlg_proc (HWND dlg, UINT msg, |
228 | case IDC_CLIPEDIT_LOAD: | case IDC_CLIPEDIT_LOAD: |
229 | if (!load_clipboard_from_file (dlg)) { | if (!load_clipboard_from_file (dlg)) { |
230 | /* XXX: for some files the code produces a crash! */ | /* XXX: for some files the code produces a crash! */ |
231 | PostMessage (dlg, WM_COMMAND, MAKEWPARAM(IDC_CLIPEDIT_SEND, 0), NULL); | PostMessage (dlg, WM_COMMAND, MAKEWPARAM(IDC_CLIPEDIT_SEND, 0), 0); |
232 | } | } |
233 | return TRUE; | return TRUE; |
234 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |