New patch
Jonas Birme <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.multisync.user |
|---|---|
| Message-ID | <[email protected]> |
Hi again, as someone pointed out to me it is bad using C++-syntax in C-code. It was a stupid mistake and fixed in the attached patch. I am referring to the added comment. /Jonas -- Jonas Birmé, ([email protected]) /* When angry, count four; when very angry, http://home.birme.se/~birme/ swear. -- Mark Twain, "Pudd'nhead Wilson's Calendar" */
voice-contact.patch
(text/plain, 469 B)
--- plugins/irmc_sync/src/irmc_sync.c 2004-04-06 11:47:31.000000000 +0200
+++ ../multisync-cvs/multisync/plugins/irmc_sync/src/irmc_sync.c 2004-12-01 09:15:33.825295192 +0100
@@ -640,7 +640,7 @@
sync_object_type objtype;
filename = g_strdup_printf("telecom/pb/luid/%s.vcf", luid);
- objlen = 10240;
+ /* objlen = 10240; */
if ((ret=irmc_obex_get(conn->obexhandle, filename, objdata, &objlen))<0) {
objdata[0] = 0;
objlen = 0;