MJL 7/11/06 Fixed sprintf bug at line 313

r1241 | mle | 2006-11-07 12:14:12 +1100 (Tue, 07 Nov 2006) | 2 lines
This commit is contained in:
Mark Lesha
2006-11-07 12:14:12 +11:00
committed by Douglas Clowes
parent ae0d28e823
commit a8ba8b89cb

View File

@@ -310,7 +310,7 @@ int HMControlAction(SConnection *pCon, SicsInterp *pSics,
assert(self);
if(argc < 4)
{
sprintf("ERROR: Usage %s start preset mode", argv[0]);
sprintf(pBueffel,"ERROR: Usage %s start preset mode", argv[0]);
SCWrite(pCon,pBueffel,eError);
return 0;
}