diff options
Diffstat (limited to 'pending_notifications.c')
-rw-r--r-- | pending_notifications.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pending_notifications.c b/pending_notifications.c index 8fe3334..8d3046d 100644 --- a/pending_notifications.c +++ b/pending_notifications.c @@ -62,7 +62,7 @@ bool cPendingNotification::Read(FILE *f) tEventID EventID; int Type, TimerMod, SearchID; time_t Start; - int n = sscanf(t, "%d %hu %d %d %ld", &Type, &EventID, &TimerMod, &SearchID, &Start); + int n = sscanf(t, "%d %u %d %d %ld", &Type, &EventID, &TimerMod, &SearchID, &Start); if (n == 5) { p = new cPendingNotification; if (p) |