- Adapted amor status stuff to work with the new http based HM

This commit is contained in:
koennecke
2006-08-16 14:14:08 +00:00
parent 4b91d841d6
commit 928738dbd8
9 changed files with 131 additions and 13 deletions

2
ecb.c
View File

@ -284,7 +284,7 @@ int ECBAction(SConnection *pCon, SicsInterp *pSics, void *pData,
pECB self = (pECB)pData;
Z80_reg in, out;
char pBuffer[80], pError[132];
int status, iVal, func;
int status, iVal, func = 0;
assert(self != NULL);