Parent Directory
|
Revision Log
|
Patch
| Revision 1.15 by sysadm, Mon May 5 11:46:04 2025 UTC | Revision 1.16 by sysadm, Mon May 5 14:27:57 2025 UTC | |
|---|---|---|
| # | Line 51 void log_end() | Line 51 void log_end() |
| 51 | fclose(fp_log_err); | fclose(fp_log_err); |
| 52 | } | } |
| 53 | ||
| 54 | int log_head(char *buf, int len) | int log_head(char *buf, size_t len) |
| 55 | { | { |
| 56 | time_t t; | time_t t; |
| 57 | char s_time[256]; | char s_time[256]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |