Compiles and runs under Mac OS X

VS: ----------------------------------------------------------------------


SKIPPED:
	psi/arrobj.c
	psi/pardef.c
	psi/polterwrite.c
	psi/tecs/tecs_cli.c
This commit is contained in:
koennecke
2008-07-23 12:15:06 +00:00
parent d4608d814e
commit af3461c774
11 changed files with 64 additions and 8 deletions

View File

@@ -1065,7 +1065,7 @@ static int handlePut(SConnection *pCon, SicsInterp *pSics, pNXScript self,
}
if(strlen(defString) < 900){
strcat(defString," -dim {");
sprintf(numBuf,"%d",strlen(buffer)+1);
sprintf(numBuf,"%ld",strlen(buffer)+1);
strcat(defString,numBuf);
strcat(defString," }");
} else {