Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
id3lib
id3lib-3.8.3-uninitialized.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File id3lib-3.8.3-uninitialized.patch of Package id3lib
--- include/id3/io_helpers.h +++ include/id3/io_helpers.h @@ -48,7 +48,7 @@ : _reader(rdr), _pos(rdr.getCur()), _locked(true) { ; } ExitTrigger(ID3_Reader& rdr, ID3_Reader::pos_type pos) - : _reader(rdr), _pos(pos) + : _reader(rdr), _pos(pos), _locked(true) { ; } virtual ~ExitTrigger() { if (_locked) _reader.setCur(_pos); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor