From 23aa9fde60e6c62df6be2a724f61141c9cd038dd Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Wed, 25 Apr 2001 15:47:09 +0000 Subject: [PATCH] Minor update --- FAQ | 2 +- list.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2