Parent Directory
|
Revision Log
|
Patch
| Revision 1.11 by sysadm, Sun May 4 14:54:55 2025 UTC | Revision 1.12 by sysadm, Mon May 5 11:46:04 2025 UTC | |
|---|---|---|
| # | Line 39 time_t BBS_last_access_tm; | Line 39 time_t BBS_last_access_tm; |
| 39 | ||
| 40 | char BBS_current_section_name[20]; | char BBS_current_section_name[20]; |
| 41 | ||
| 42 | char *setuserfile(char *buf, const char *filename) | char *setuserfile(char *buf, int len, const char *filename) |
| 43 | { | { |
| 44 | sprintf(buf, "%s/%ld", filename, BBS_priv.uid); | snprintf(buf, len, "%s/%ld", filename, BBS_priv.uid); |
| 45 | return buf; | return buf; |
| 46 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |