]> git.deb.at Git - pkg/abook.git/commitdiff
Minor update
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 25 Apr 2001 15:47:09 +0000 (15:47 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 25 Apr 2001 15:47:09 +0000 (15:47 +0000)
FAQ
list.c

diff --git a/FAQ b/FAQ
index 3e5d11dcb4ce9d6fb6339e29146999e76f5424ff..61a3b93e03abb4006fc2967499cba3a3e2f348f2 100644 (file)
--- 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 cf2befa13b2401ddee846eacbfcc0da57b2e7cb7..13a794fb0f11e563fc503380e836034d92af61b7 100644 (file)
--- 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;
 }