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:
committed by
Douglas Clowes
parent
ae0d28e823
commit
a8ba8b89cb
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user