Skip to content
Snippets Groups Projects
Commit 6b281ddf authored by deuce's avatar deuce
Browse files

Actually update day in @datanewday

parent fd627ea9
No related branches found
No related tags found
No related merge requests found
...@@ -2576,6 +2576,8 @@ rescan: ...@@ -2576,6 +2576,8 @@ rescan:
throw('Unable to open '+f.name+' at '+fname+':'+line); throw('Unable to open '+f.name+' at '+fname+':'+line);
d = f.readBin(4); d = f.readBin(4);
if (d != state.time) { if (d != state.time) {
f.position = 0;
f.writeBin(state.time, 4);
for (i = 0; i < 250; i++) for (i = 0; i < 250; i++)
f.writeBin(0, 4); f.writeBin(0, 4);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment