Diff for /libelwix/src/av.c between versions 1.4 and 1.4.58.1

version 1.4, 2018/05/31 15:35:16 version 1.4.58.1, 2024/10/27 04:24:52
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 - 2018Copyright 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 68  av_Make(const char * __restrict csArgs, const char *cs Line 68  av_Make(const char * __restrict csArgs, const char *cs
                 return -1;                  return -1;
         if (psValue && !valLen)          if (psValue && !valLen)
                 return -1;                  return -1;
        else        else if (psValue)
                 memset(psValue, 0, valLen);                  memset(psValue, 0, valLen);
         psBuf = e_strdup(csArgs);          psBuf = e_strdup(csArgs);
         if (!psBuf)          if (!psBuf)

Removed from v.1.4  
changed lines
  Added in v.1.4.58.1


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