Parent Directory
|
Revision Log
|
Patch
| Revision 1.8 by sysadm, Sat Jun 14 10:03:32 2025 UTC | Revision 1.12 by sysadm, Sat Jun 21 02:15:18 2025 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | * * | * * |
| 15 | ***************************************************************************/ | ***************************************************************************/ |
| 16 | ||
| 17 | #include "common.h" | |
| 18 | #include "lml.h" | #include "lml.h" |
| 19 | #include "log.h" | #include "log.h" |
| #include "common.h" | ||
| 20 | #include <stdio.h> | #include <stdio.h> |
| 21 | #include <string.h> | #include <string.h> |
| 22 | #include <sys/param.h> | #include <sys/param.h> |
| # | Line 228 int lml_plain(const char *str_in, char * | Line 228 int lml_plain(const char *str_in, char * |
| 228 | return j; | return j; |
| 229 | } | } |
| 230 | memcpy(str_out + j, str_in + i, (size_t)(k - i + 1)); | memcpy(str_out + j, str_in + i, (size_t)(k - i + 1)); |
| 231 | j += (k - i + 1); | |
| 232 | i = k; | i = k; |
| 233 | continue; | continue; |
| 234 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |