diff --git a/src/server/text.c b/src/server/text.c
index b57e5b93b780fc21bea50e72f2f53a37f834fa86..638d2437def5535ca9279913c9b68d7e49782be8 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;