Fix oopsie
This commit is contained in:
@@ -79,6 +79,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool rewind() {
|
bool rewind() {
|
||||||
return seek(0, 0);
|
return seek(0, SEEK_SET);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user