Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/bios_disk.h')
-rw-r--r--include/bios_disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bios_disk.h b/include/bios_disk.h
index 12c3753cb..a0ae32824 100644
--- a/include/bios_disk.h
+++ b/include/bios_disk.h
@@ -73,7 +73,7 @@ public:
uint32_t sector_size;
uint32_t heads,cylinders,sectors;
private:
- uint32_t current_fpos;
+ uint64_t current_fpos;
enum { NONE,READ,WRITE } last_action;
};