|
@@ -193,7 +193,7 @@ public:
|
|
|
|
|
|
// ---------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------
|
|
/** Increase the file pointer (relative seeking) */
|
|
/** Increase the file pointer (relative seeking) */
|
|
- void IncPtr(int plus) {
|
|
|
|
|
|
+ void IncPtr(size_t plus) {
|
|
current += plus;
|
|
current += plus;
|
|
if (current > limit) {
|
|
if (current > limit) {
|
|
throw DeadlyImportError("End of file or read limit was reached");
|
|
throw DeadlyImportError("End of file or read limit was reached");
|