D.Maden. 11-Sep-2000.
Makefiles modified to generate a Linux SICServer. Other files modified to get rid of irritating compiler warning messages.
This commit is contained in:
4
macro.c
4
macro.c
@@ -505,7 +505,7 @@ extern Tcl_Interp *InterpGetTcl(SicsInterp *pSics);
|
||||
if(!pInter)
|
||||
{
|
||||
SCWrite(pCon,"ERROR: out of memory in InternalFileEval",eError);
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
SCnoSock(pIntern);
|
||||
|
||||
@@ -570,7 +570,7 @@ extern Tcl_Interp *InterpGetTcl(SicsInterp *pSics);
|
||||
strtolower(ppCode);
|
||||
while(pCode[i] != NULL)
|
||||
{
|
||||
if(strcmp(pCode[i],ppCode)== NULL)
|
||||
if(strcmp(pCode[i],ppCode) == 0)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user