|
|
| version 1.1, 2004/08/01 05:31:32 | version 1.2, 2004/08/03 12:50:54 |
|---|---|
| Line 24 void dialog_x1f(HWND hWnd) { | Line 24 void dialog_x1f(HWND hWnd) { |
| check = FALSE; | check = FALSE; |
| file_cpyname(path, bmpfilefolder, NELEMENTS(path)); | file_cpyname(path, bmpfilefolder, NELEMENTS(path)); |
| file_cutname(path); | file_cutname(path); |
| file_catname(path, x1fui_file, sizeof(path)); | file_catname(path, x1fui_file, NELEMENTS(path)); |
| if ((dlgs_selectwritenum(hWnd, &x1fui, path, NELEMENTS(path))) && | if ((dlgs_selectwritenum(hWnd, &x1fui, path, NELEMENTS(path))) && |
| (x1f_open(path) == SUCCESS)) { | (x1f_open(path) == SUCCESS)) { |
| file_cpyname(bmpfilefolder, path, NELEMENTS(bmpfilefolder)); | file_cpyname(bmpfilefolder, path, NELEMENTS(bmpfilefolder)); |