mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
minor
This commit is contained in:
@ -643,8 +643,6 @@ int createEmptyFile(char *mess, char *fname, char *errorPrefix) {
|
||||
int deleteFile(char *mess, char *fname, char *errorPrefix) {
|
||||
const int fileNameSize = 128;
|
||||
char fullname[fileNameSize];
|
||||
strcpy(fullname, fname);
|
||||
|
||||
if (getAbsPath(fullname, fileNameSize, fname) == FAIL) {
|
||||
sprintf(mess,
|
||||
"Could not %s. Could not get abs path of current "
|
||||
|
Reference in New Issue
Block a user