diff options
Diffstat (limited to 'client/dvfile.h')
-rw-r--r-- | client/dvfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dvfile.h b/client/dvfile.h index 8a45044..ce0fb82 100644 --- a/client/dvfile.h +++ b/client/dvfile.h @@ -46,7 +46,7 @@ public: Frame *readFrame(); private: - long long last_frame; + long long unsigned int last_frame; FILE* fp; }; |