Skip to content
Snippets Groups Projects
Commit 66b69f88 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Resolve error on 32-bit *nixes with large file support"

This reverts commit 82756324.
parent 82756324
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #515 passed
...@@ -181,7 +181,7 @@ void sbbs_t::backout() ...@@ -181,7 +181,7 @@ void sbbs_t::backout()
file_t f; file_t f;
SAFEPRINTF(path,"%sbackout.dab",cfg.node_dir); SAFEPRINTF(path,"%sbackout.dab",cfg.node_dir);
if(flength(path) < 1) { if(flength(path)<1L) {
remove(path); remove(path);
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment