From 408d2c7d35853e563640aec72cfc0d37b59ac150 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 11 Aug 2007 11:25:45 +0000 Subject: [PATCH] Add a TODO note regarding the file handing BAJA functions. They really shouldn't work. --- src/sbbs3/execmisc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/execmisc.cpp b/src/sbbs3/execmisc.cpp index 29a2f52f25..d641a5a705 100644 --- a/src/sbbs3/execmisc.cpp +++ b/src/sbbs3/execmisc.cpp @@ -1004,6 +1004,7 @@ int sbbs_t::exec_misc(csi_t* csi, char *path) errormsg(WHERE,ERR_CHK,"var sub-instruction",*(csi->ip-1)); return(0); } + /* TODO: Not even vaugely 64-bit happy */ case CS_FIO_FUNCTION: switch(*(csi->ip++)) { /* sub-op-code stored as next byte */ case FIO_OPEN: -- GitLab