Diff for /xmil/win9x/dialog/d_sound.cpp between versions 1.1 and 1.2

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));

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>