View | Details | Raw Unified | Return to bug 51139
Collapse All | Expand All

(-)src/coldsync.c (-1 / +1 lines)
Lines 622-628 Link Here
622
622
623
	time(&now);
623
	time(&now);
624
	Verbose(1, _("Sync for %s at %s"),
624
	Verbose(1, _("Sync for %s at %s"),
625
		(pda->name == NULL ? "unnamed PDA" : pda->name),
625
		(pda == NULL || pda->name == NULL ? "unnamed PDA" : pda->name),
626
		ctime(&now));
626
		ctime(&now));
627
627
628
	/* See if the userid matches. */
628
	/* See if the userid matches. */

Return to bug 51139