Diff for /libaitio/inc/aitio.h between versions 1.16.2.3 and 1.16.2.4

version 1.16.2.3, 2012/04/02 08:08:09 version 1.16.2.4, 2012/04/02 08:10:57
Line 171  typedef struct { Line 171  typedef struct {
                                                 if (__p) { \                                                  if (__p) { \
                                                         __val->val.string = __p; \                                                          __val->val.string = __p; \
                                                         AIT_LEN(__val) += strlen((_v)); \                                                          AIT_LEN(__val) += strlen((_v)); \
                                                        strlcat(__val->val.string, (_v), AIT_LEN(__val)); \                                                        strlcat((char*) __val->val.string, (_v), \
                                                                         AIT_LEN(__val)); \
                                                 } } while (0)                                                  } } while (0)
 #define AIT_SET_BLOB(_vl, _n, _len)     do { ait_val_t *__val = (_vl); assert(__val); \  #define AIT_SET_BLOB(_vl, _n, _len)     do { ait_val_t *__val = (_vl); assert(__val); \
                                                 __val->val_type = blob; AIT_LEN(__val) = _len; \                                                  __val->val_type = blob; AIT_LEN(__val) = _len; \

Removed from v.1.16.2.3  
changed lines
  Added in v.1.16.2.4


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