Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-exchange
warning-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File warning-fix.patch of Package evolution-exchange
Index: camel/camel-exchange-store.c =================================================================== RCS file: /cvs/gnome/evolution-exchange/camel/camel-exchange-store.c,v retrieving revision 1.29.2.1 diff -u -p -r1.29.2.1 camel-exchange-store.c --- camel/camel-exchange-store.c 20 Nov 2006 15:07:17 -0000 1.29.2.1 +++ camel/camel-exchange-store.c 20 Nov 2006 16:47:42 -0000 @@ -642,7 +642,7 @@ make_folder_info (CamelExchangeStore *ex temp = strrchr (path+2, '/'); if (temp) { /* info->full_name should not have encoded path */ - info->full_name = camel_url_decode_path (path+2); + info->full_name = (char *)camel_url_decode_path (path+2); /* fixed_path = g_strndup (path+2, temp-(path+2));
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