mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
519 B
Plaintext
14 lines
519 B
Plaintext
$NetBSD: patch-cb,v 1.1 2014/01/15 17:19:30 drochner Exp $
|
|
|
|
--- src/plugins/vcalendar/vcal_meeting_gtk.c.orig 2014-01-14 12:35:57.000000000 +0000
|
|
+++ src/plugins/vcalendar/vcal_meeting_gtk.c
|
|
@@ -1982,7 +1982,7 @@ void multisync_export(void)
|
|
list = vcal_folder_get_waiting_events();
|
|
for (cur = list; cur; cur = cur->next) {
|
|
VCalEvent *event = (VCalEvent *)cur->data;
|
|
- file = g_strdup_printf("multisync%lu-%d", time(NULL), i);
|
|
+ file = g_strdup_printf("multisync%llu-%d", (long long)time(NULL), i);
|
|
|
|
i++;
|
|
|