/[LeafOK_CVS]/lbbs/src/lml.c
ViewVC logotype

Diff of /lbbs/src/lml.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.8 by sysadm, Sat Jun 14 10:03:32 2025 UTC Revision 1.10 by sysadm, Mon Jun 16 14:30:44 2025 UTC
# Line 19  Line 19 
19  #include "common.h"  #include "common.h"
20  #include <stdio.h>  #include <stdio.h>
21  #include <string.h>  #include <string.h>
22    #include <strings.h>
23  #include <sys/param.h>  #include <sys/param.h>
24    
25  #define LML_TAG_PARAM_BUF_LEN 256  #define LML_TAG_PARAM_BUF_LEN 256
# Line 228  int lml_plain(const char *str_in, char * Line 229  int lml_plain(const char *str_in, char *
229                                          return j;                                          return j;
230                                  }                                  }
231                                  memcpy(str_out + j, str_in + i, (size_t)(k - i + 1));                                  memcpy(str_out + j, str_in + i, (size_t)(k - i + 1));
232                                    j += (k - i + 1);
233                                  i = k;                                  i = k;
234                                  continue;                                  continue;
235                          }                          }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1