This commit is contained in:
@@ -4233,7 +4233,7 @@ FILE* OpenDiskFile(const CDiskBlockPos &pos, const char *prefix, bool fReadOnly)
|
|||||||
while ( fread(ignore,1,incr,file) == incr )
|
while ( fread(ignore,1,incr,file) == incr )
|
||||||
fprintf(stderr,".");
|
fprintf(stderr,".");
|
||||||
free(ignore);
|
free(ignore);
|
||||||
fprintf(stderr,"blk.%d loaded %ld bytes set fpos.%ld loading.%d\n",(int)pos.nFile,(long)ftell(file),(long)fpos,KOMODO_LOADINGBLOCKS);
|
//fprintf(stderr,"blk.%d loaded %ld bytes set fpos.%ld loading.%d\n",(int)pos.nFile,(long)ftell(file),(long)fpos,KOMODO_LOADINGBLOCKS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fseek(file,fpos,SEEK_SET);
|
fseek(file,fpos,SEEK_SET);
|
||||||
|
|||||||
Reference in New Issue
Block a user