Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
scpm
scpm-constification.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File scpm-constification.patch of Package scpm
Index: src/main/journal.cc =================================================================== --- src/main/journal.cc.orig 2012-07-04 17:43:59.446350529 +0200 +++ src/main/journal.cc 2012-07-04 17:56:28.941356454 +0200 @@ -91,7 +91,7 @@ Journal::~Journal() bool Journal::MakeLock( ) { - char *lockfile = "/var/lib/scpm/journal/lock"; + const char *lockfile = "/var/lib/scpm/journal/lock"; struct stat statbuf; if ( stat( lockfile, &statbuf ) == 0 ) { LOGWARN( "SCPM is already locked." );
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