Parent Directory
|
Revision Log
|
Patch
| Revision 1.9 by sysadm, Sun May 4 14:54:55 2025 UTC | Revision 1.10 by sysadm, Mon May 5 11:11:06 2025 UTC | |
|---|---|---|
| # | Line 34 int exec_mbem(const char *str) | Line 34 int exec_mbem(const char *str) |
| 34 | void *hdll; | void *hdll; |
| 35 | int (*func)(); | int (*func)(); |
| 36 | char *c, *s; | char *c, *s; |
| 37 | char buf[1024]; | char buf[FILE_PATH_LEN]; |
| 38 | ||
| 39 | strncpy(buf, str, sizeof(buf) - 1); | |
| 40 | buf[sizeof(buf) - 1] = '\0'; | |
| 41 | ||
| strcpy(buf, str); | ||
| 42 | s = strstr(buf, "@mod:"); | s = strstr(buf, "@mod:"); |
| 43 | if (s) | if (s) |
| 44 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |