[Mistat-cvs] mistat ChangeLog,1.16,1.17
Status: Pre-Alpha
Brought to you by:
bikepunk005
|
From: Mike H. B. <bik...@us...> - 2004-05-05 08:05:52
|
Update of /cvsroot/mistat/mistat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11160 Modified Files: ChangeLog Log Message: Fixed problem with the loss of datafile name. Index: ChangeLog =================================================================== RCS file: /cvsroot/mistat/mistat/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ChangeLog 25 Apr 2004 22:30:42 -0000 1.16 --- ChangeLog 5 May 2004 08:05:42 -0000 1.17 *************** *** 1,2 **** --- 1,10 ---- + 2004-05-05 Mike H. Benton (bik...@us...) + *src/main.c: Fixed problem with the loss of data_file_name. + (get_data_file): Update. + Did some housekeeping. + *src/main.h: Added MAXFILENAME. + *src/menu.c (do_file_menu): Update. + + 2004-05-26 Mike H. Benton (bik...@us...) *src/cmdline.c |