[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] m500 usb cradle problems
On Thursday 24 January 2002 15:00, you wrote:
> Unfortunatly it is imediatly followed by a segfault...
I had the same problem (and still have frequent crashes during backup).
To fix the crash at startup i changed (in file coldsync.c)
Verbose(1, _("Sync for %s at %s"),
(pda->name == NULL ? "unnamed PDA" : pda->name),
ctime(&now));
to:
Verbose(1, _("Sync for %s at %s"),
((pda == NULL)||(pda->name == NULL) ? "unnamed PDA" : pda->name),
ctime(&now));
Hope this helps,
Till
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.