Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:apps
tse3
lp64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lp64.patch of Package tse3
--- src/tse3/file/XML.cpp +++ src/tse3/file/XML.cpp @@ -117,6 +117,13 @@ } +void TSE3::File::XmlFileWriter::element(const std::string &name, unsigned long value) +{ + indent(out); + out << "<" << name << " value=\"" << value << "\"/>\n"; +} + + void TSE3::File::XmlFileWriter::element(const std::string &name, bool value) { indent(out); --- src/tse3/file/XML.h +++ src/tse3/file/XML.h @@ -154,6 +154,7 @@ void element(const std::string &name, const char *value); void element(const std::string &name, int value); void element(const std::string &name, unsigned int value); + void element(const std::string &name, unsigned long value); void element(const std::string &name, bool value); void comment(const std::string &comment);
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