made code proper to avoid warning/fixed some small potential bugs
This commit is contained in:
@ -331,7 +331,7 @@
|
||||
return 0;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
sprintf(pBueffel,"iBot = %d, iTop = %d, lMax = %d",
|
||||
sprintf(pBueffel,"iBot = %d, iTop = %d, lMax = %ld",
|
||||
iBot, iTop, lMax);
|
||||
SCWrite(pCon,pBueffel,eWarning);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user