Diff for /libaitcli/src/aitcli.c between versions 1.19.4.1 and 1.19.4.2

version 1.19.4.1, 2024/03/19 10:11:13 version 1.19.4.2, 2024/10/29 01:00:09
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2022Copyright 2004 - 2024
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 425  bufComp(int idx, void * __restrict cli_buffer) Line 425  bufComp(int idx, void * __restrict cli_buffer)
                 str_Trim(s);                  str_Trim(s);
         }          }
   
        i = j = 0;        j = 0;
         c = NULL;          c = NULL;
         memset(szLine, 0, STRSIZ);          memset(szLine, 0, STRSIZ);
         if (*s) {          if (*s) {

Removed from v.1.19.4.1  
changed lines
  Added in v.1.19.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>