mirror of
https://github.com/nzbget/nzbget.git
synced 2026-04-25 07:16:53 -04:00
fixed another warning on GCC (Linux)
This commit is contained in:
@@ -156,7 +156,6 @@ bool DiskState::Load(DownloadQueue* pDownloadQueue)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool res = false;
|
||||
char FileSignatur[128];
|
||||
fgets(FileSignatur, sizeof(FileSignatur), infile);
|
||||
if (strcmp(FileSignatur, FORMATVERSION_SIGNATURE))
|
||||
|
||||
Reference in New Issue
Block a user