Skip to content
Snippets Groups Projects
Commit 3cb43805 authored by deuce's avatar deuce
Browse files

64-bit

parent cf014ef4
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ void updatestats(ulong size)
{
char str[MAX_PATH+1];
int file;
ulong l;
uint32_t l;
sprintf(str,"%sdsts.dab",scfg.ctrl_dir);
if((file=nopen(str,O_RDWR|O_BINARY))==-1) {
......
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