Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-data-server-2.6
fix-bnc-191221-overwrite-att-eds.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-bnc-191221-overwrite-att-eds.diff of Package evolution-data-server-2.6
diff --exclude-from=/home/dang/.diffrc -u -ruN evolution-data-server-1.7.90.1.orig/camel/camel-stream-vfs.c evolution-data-server-1.7.90.1/camel/camel-stream-vfs.c --- evolution-data-server-1.7.90.1.orig/camel/camel-stream-vfs.c 2006-05-24 12:27:18.000000000 -0400 +++ camel/camel-stream-vfs.c 2006-08-01 21:42:53.000000000 -0400 @@ -161,7 +161,7 @@ vfs_flag = vfs_flag | GNOME_VFS_OPEN_READ |GNOME_VFS_OPEN_WRITE; if (flags & O_CREAT) - result = gnome_vfs_create (&handle, name, vfs_flag, flags & O_TRUNC, mode); + result = gnome_vfs_create (&handle, name, vfs_flag, FALSE, mode); else result = gnome_vfs_open (&handle, name, vfs_flag);
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