diff --git a/src/elogd.c b/src/elogd.c index 0d97e776..7be098db 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.573 2005/03/02 00:01:23 ritt + Fixed compiler warnings + Revision 1.572 2005/03/01 23:48:17 ritt Implemented MXML for password file @@ -881,6 +884,8 @@ static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__; #define TRUE 1 #define FALSE 0 +#define O_TEXT 0 + #define DIR_SEPARATOR '/' #define DIR_SEPARATOR_STR "/" @@ -18275,7 +18280,7 @@ BOOL convert_password_file(char *file_name) /* skip comment lines */ if (*p != ';' && *p != '#') { - for (i=0 ; i