12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
--- src/mailmsg2.c.orig Tue Jan 4 18:28:50 2000
|
|
+++ src/mailmsg2.c Tue Jan 4 18:28:58 2000
|
|
@@ -1581,7 +1581,7 @@ FILE * write_header_info(filename, heade
|
|
#ifdef MMDF
|
|
fprintf(filedesc, MSG_SEPARATOR);
|
|
#endif /* MMDF */
|
|
- thetime = time((long *) 0);
|
|
+ thetime = time((time_t *) 0);
|
|
fprintf(filedesc,"From %s %s", username, ctime(&thetime));
|
|
#ifdef MMDF
|
|
} else if (strcmp(submitmail,mailer) == 0) {
|