Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
smilutils
smilutils-gcc4.4.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File smilutils-gcc4.4.patch of Package smilutils
Index: smilutils/libkino/gnome-stubs.cc =================================================================== --- smilutils/libkino/gnome-stubs.cc +++ smilutils/libkino/gnome-stubs.cc 2009-08-24 14:11:51.000000000 +0200 @@ -24,16 +24,16 @@ char *gnome_config_get_string( const char *path ) { - char *ptr = strchr( path, '=' ); + const char *ptr = strchr( path, '=' ); if ( ptr != NULL ) return strdup( ptr + 1 ); else return NULL; } -char *gnome_config_get_safe( const char *path ) +const char *gnome_config_get_safe( const char *path ) { - char *ptr = strchr( path, '=' ); + const char *ptr = strchr( path, '=' ); if ( ptr != NULL ) return ptr + 1; else
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