case ACTION_PARENT_FH: action_parent_fh (unit, pck); break;
case ACTION_ADD_NOTIFY: action_add_notify (unit, pck); break;
case ACTION_REMOVE_NOTIFY: action_remove_notify (unit, pck); break;
- case ACTION_EXAMINE_ALL: return action_examine_all (unit, pck); break;
- case ACTION_EXAMINE_ALL_END: return action_examine_all_end (unit, pck); break;
+ case ACTION_EXAMINE_ALL: return action_examine_all (unit, pck);
+ case ACTION_EXAMINE_ALL_END: return action_examine_all_end (unit, pck);
/* unsupported packets */
case ACTION_LOCK_RECORD:
case ACTION_MAKE_LINK:
case ACTION_READ_LINK:
case ACTION_FORMAT:
- return 0;
+ return 0;
default:
write_log ("FILESYS: UNKNOWN PACKET %x\n", type);
return 0;
int type = is_hardfile (num);
ui = &mountinfo.ui[num];
+ if (!ui->open)
+ return NULL;
write_log ("FS_FILESYS: '%s' '%s'\n", ui->devname, ui->volname);
dstbak = dst = (uae_u8*)xmalloc (100000);
save_u32 (2); /* version */
WIN32GUI_LoadUIString (currprefs.win32_middle_mouse ? IDS_WINUAETITLE_MMB : IDS_WINUAETITLE_NORMAL,
txt2, sizeof (txt2));
}
- if (WINUAEBETA > 0)
+ if (WINUAEBETA > 0) {
strcat (txt, BetaStr);
- if (strlen(WINUAEEXTRA) > 0) {
- strcat (txt, " ");
- strcat (txt, WINUAEEXTRA);
+ if (strlen(WINUAEEXTRA) > 0) {
+ strcat (txt, " ");
+ strcat (txt, WINUAEEXTRA);
+ }
}
if (txt2[0]) {
strcat (txt, " - ");
#define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)
-#define WINUAEBETA 9
-#define WINUAEPUBLICBETA 1
-#define WINUAEDATE MAKEBD(2007, 9, 18)
-#define WINUAEEXTRA ""
+#define WINUAEBETA 0
+#define WINUAEPUBLICBETA 0
+#define WINUAEDATE MAKEBD(2007, 9, 20)
+#define WINUAEEXTRA "AmiKit 1.4.0 CD release"
#define WINUAEREV ""
#define IHF_WINDOWHIDDEN 6