From 9f561b3928d450005410bc0f1a3bc8cef166b59b Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 13 Jul 1996 13:59:11 +0000
Subject: [PATCH] FIXME-comment added

---
 src/server/text.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/server/text.c b/src/server/text.c
index b57e5b93b..638d2437d 100644
--- a/src/server/text.c
+++ b/src/server/text.c
@@ -1,5 +1,5 @@
 /*
- * $Id: text.c,v 0.37 1996/02/23 16:00:42 byers Exp $
+ * $Id: text.c,v 0.38 1996/07/13 13:59:11 ceder Exp $
  * Copyright (C) 1991, 1992, 1993, 1994, 1995  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -28,7 +28,7 @@
  * All atomic calls that deals with texts.
  */
 
-static char *rcsid = "$Id: text.c,v 0.37 1996/02/23 16:00:42 byers Exp $";
+static char *rcsid = "$Id: text.c,v 0.38 1996/07/13 13:59:11 ceder Exp $";
 #include "rcs.h"
 USE(rcsid);
 
@@ -2108,6 +2108,7 @@ extern Success
 get_last_text(struct tm *wanted_time,
 	      Text_no *result)
 {
+    /* FIXME: this looks bogus */
     struct tm *texttime;
     Text_no lower  = 0;
     Text_no higher = query_next_text_num() - 1;
-- 
GitLab