ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src about.c,1.10,1.11


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src about.c,1.10,1.11
Date: Mon, 13 Jan 2003 08:58:05 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv19216/src

Modified Files:
        about.c 
Log Message:
added my name to about.c and put in a hack for accented chars in yahoo

Index: about.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/about.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- about.c     10 Jan 2003 12:25:32 -0000      1.10
+++ about.c     13 Jan 2003 13:58:03 -0000      1.11
@@ -45,12 +45,13 @@
 
 /* Yattm developers */
 
-#define        YATTM_TEAM_SIZE (2)
+#define        YATTM_TEAM_SIZE (3)
 
 static tDevInfo sYattmDevTeam[YATTM_TEAM_SIZE] =
 {
        {"Colin Leroy", "<address@hidden>", "Lead Developer"},
        {"Andy S. Maloney", "<address@hidden>", "Code Monkey"},
+       {"Philip S. Tellis", "<address@hidden>", "Yahoo!"},
 };
 
 /* Everybuddy developers */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]