Missing Check for lseek Return Value

This commit is contained in:
2025-12-09 21:31:31 +01:00
parent c4cbcb99b5
commit 228d8ecf6c
2 changed files with 12 additions and 6 deletions

View File

@ -47,7 +47,7 @@ private:
inline double calcProgress();
int iRewindDrive(fileDescriptor file);
unsigned long getDriveSizeInBytes(fileDescriptor file);
long getDriveSizeInBytes(fileDescriptor file);
unsigned int uiCalcChecksum(fileDescriptor file, Drive *drive, int *ipSignalFd);
void cleanup();
};