From: Jaakko Heinonen Date: Wed, 25 Apr 2001 15:47:09 +0000 (+0000) Subject: Minor update X-Git-Tag: upstream/0.6.1~2^2~381 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=23aa9fde60e6c62df6be2a724f61141c9cd038dd;p=pkg%2Fabook.git Minor update --- diff --git a/FAQ b/FAQ index 3e5d11d..61a3b93 100644 --- a/FAQ +++ b/FAQ @@ -32,4 +32,4 @@ A: No, but there are utilities to convert palm addressbooks to ldif files. Abook can import ldif files. -last update: $Id$ +last update: $Date$ diff --git a/list.c b/list.c index cf2befa..13a794f 100644 --- a/list.c +++ b/list.c @@ -300,7 +300,7 @@ list_current_item() inline int list_is_empty() { - return items < 1 ? 1 : 0; + return items < 1; }