From 7e0e3b388f23e4b170d32a307c0086ab1dc584af Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 15 Jul 2003 12:17:13 +0000 Subject: [PATCH] Removed FALSE/TRUE SVN revision: 585 --- src/elog.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elog.c b/src/elog.c index b3c52453..3f4ea555 100755 --- a/src/elog.c +++ b/src/elog.c @@ -6,6 +6,9 @@ Contents: Electronic logbook utility $Log$ + Revision 1.9 2003/07/15 12:17:13 midas + Removed FALSE/TRUE + Revision 1.8 2003/07/15 12:16:52 midas Removed FALSE/TRUE @@ -674,7 +677,7 @@ char old_attrib_name[MAX_N_ATTR][NAME_LENGTH], old_attrib[MAX_N_ break; } - } while (TRUE); + } while (1); strlcat(text, new_text, TEXT_SIZE); }