--- np2/macosx/dialog/macnewdisk.cpp 2004/01/23 17:37:39 1.5 +++ np2/macosx/dialog/macnewdisk.cpp 2004/02/25 17:16:31 1.7 @@ -84,7 +84,7 @@ static pascal OSStatus PrefsTabEventHand { WindowRef theWindow = (WindowRef)inUserData; // get the windowRef, passed around as userData short ret; - ControlRef focus; + ControlRef focus = NULL; ret = changeTab(theWindow, lastPaneSelected); if (ret) { @@ -140,7 +140,7 @@ void newdisk(void) { if (targetDisk == 1) { if (dialog_filewriteselect('.D88', "Newdisk.d88", &fss, diskWin)) { fsspec2path(&fss, fname, sizeof(fname)); - newdisk_fdd(fname, media, disklabel); + newdisk_fdd(fname, media << 4, disklabel); } } else if (targetDisk == 2) {