mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17: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) {
|
int deleteFile(char *mess, char *fname, char *errorPrefix) {
|
||||||
const int fileNameSize = 128;
|
const int fileNameSize = 128;
|
||||||
char fullname[fileNameSize];
|
char fullname[fileNameSize];
|
||||||
strcpy(fullname, fname);
|
|
||||||
|
|
||||||
if (getAbsPath(fullname, fileNameSize, fname) == FAIL) {
|
if (getAbsPath(fullname, fileNameSize, fname) == FAIL) {
|
||||||
sprintf(mess,
|
sprintf(mess,
|
||||||
"Could not %s. Could not get abs path of current "
|
"Could not %s. Could not get abs path of current "
|
||||||
|
Reference in New Issue
Block a user