Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:lafenghu
wmakerconf
wmakerconf-2.9.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wmakerconf-2.9.dif of Package wmakerconf
Index: src/misc.c =================================================================== --- src/misc.c.orig +++ src/misc.c @@ -654,9 +654,11 @@ preview_name (const char *name) char *str = g_strdup (name); char *ptr, *path; - for (ptr = str; *ptr; ptr++) + if ( str != NULL ) { + for (ptr = str; *ptr; ptr++) if (*ptr == '/') *ptr = '-'; + } path = g_strconcat (g_get_home_dir (), "/.wmakerconf/", str, NULL); Free (str);
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