Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
exiv2
90_changeset_r2990.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 90_changeset_r2990.diff of Package exiv2
Index: trunk/src/crwimage.cpp =================================================================== --- trunk/src/crwimage.cpp (revision 2989) +++ trunk/src/crwimage.cpp (revision 2990) @@ -825,7 +825,7 @@ if not found, create it set value */ - + AutoPtr m; CiffComponent* cc = 0; const Components::iterator b = components_.begin(); const Components::iterator e = components_.end(); @@ -842,7 +842,7 @@ } if (cc == 0) { // Directory doesn't exist yet, add it - AutoPtr m(new CiffDirectory(csd.crwDir_, csd.parent_)); + m = AutoPtr(new CiffDirectory(csd.crwDir_, csd.parent_)); cc = m.get(); add(m); } @@ -859,7 +859,7 @@ } if (cc == 0) { // Tag doesn't exist yet, add it - AutoPtr m(new CiffEntry(crwTagId, tag())); + m = AutoPtr(new CiffEntry(crwTagId, tag())); cc = m.get(); add(m); }
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