Fixed a typo in an error message in sicsdata.c
This commit is contained in:
@ -683,7 +683,7 @@ static int copyHM(pSICSData self, int argc, char *argv[],
|
||||
}
|
||||
pHist = (pHistMem) FindCommandData(pSics, argv[1], "HistMem");
|
||||
if (!pHist) {
|
||||
SCWrite(pCon, "ERROR: histogram memory not found in copytimebin",
|
||||
SCWrite(pCon, "ERROR: histogram memory not found in copyhm",
|
||||
eError);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user