made code proper to avoid warning/fixed some small potential bugs
This commit is contained in:
@ -407,7 +407,7 @@
|
||||
if(!iRet || !iRet1)
|
||||
{
|
||||
sprintf(pBueffel,
|
||||
"ERROR: duplicate commands peak and center not created",argv[2]);
|
||||
"ERROR: duplicate commands peak and center not created");
|
||||
SCWrite(pCon,pBueffel,eError);
|
||||
DeleteFitCenter((void *)self);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user