mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Updated breakpad to latest version.
This commit is contained in:
3
thirdparty/breakpad/processor/binarystream.h
vendored
3
thirdparty/breakpad/processor/binarystream.h
vendored
@@ -77,6 +77,9 @@ class binarystream {
|
||||
void rewind() {
|
||||
stream_.seekg (0, ios::beg);
|
||||
stream_.seekp (0, ios::beg);
|
||||
// This is to clear all the error flags, since only the EOF flag is cleared
|
||||
// with seekg().
|
||||
stream_.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user