Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:babelworx:python
python-pyexiv2
pyexiv2-return-random-data.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pyexiv2-return-random-data.patch of Package python-pyexiv2
diff -Naur pyexiv2-org/src/libpyexiv2.cpp pyexiv2/src/libpyexiv2.cpp --- pyexiv2-org/src/libpyexiv2.cpp 2008-02-18 23:32:00.000000000 +0100 +++ pyexiv2/src/libpyexiv2.cpp 2009-03-04 08:39:16.000000000 +0100 @@ -303,6 +303,9 @@ std::string(Exiv2::IptcDataSets::dataSetDesc(iptcKey.tag(), iptcKey.record())); return boost::python::make_tuple(tagLabel, tagDesc); } + + boost::python::tuple dummy; + return dummy; } boost::python::tuple Image::getThumbnailData()
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