Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28655/src
Modified Files:
mod-memoserv.c
Log Message:
fix typo in list header
Index: mod-memoserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/mod-memoserv.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mod-memoserv.c 20 Oct 2003 16:44:25 -0000 1.8
--- mod-memoserv.c 2 Dec 2003 19:47:14 -0000 1.9
***************
*** 66,70 ****
#define MSMSG_LIST_HEAD "$bID$b $bFrom$b $bTime Sent$b"
#define MSMSG_LIST_FORMAT "%-2u %s %s"
! #define MSMSG_MEMO_HEAD "#%u From $b%s$b, recieved on %s:"
#define MSMSG_MEMO_BODY "%s"
#define MSMSG_NO_SUCH_MEMO "You have no memo with that ID."
--- 66,70 ----
#define MSMSG_LIST_HEAD "$bID$b $bFrom$b $bTime Sent$b"
#define MSMSG_LIST_FORMAT "%-2u %s %s"
! #define MSMSG_MEMO_HEAD "#%u From $b%s$b, received on %s:"
#define MSMSG_MEMO_BODY "%s"
#define MSMSG_NO_SUCH_MEMO "You have no memo with that ID."
|