ucx/properties.c

changeset 125
fca8efb122de
parent 117
ec0ae0c8854e
child 130
633f15ce2ee4
     1.1 --- a/ucx/properties.c	Mon Jul 22 14:51:52 2013 +0200
     1.2 +++ b/ucx/properties.c	Tue Jul 23 12:06:28 2013 +0200
     1.3 @@ -201,7 +201,7 @@
     1.4      sstr_t name;
     1.5      sstr_t value;
     1.6      while(ucx_properties_next(parser, &name, &value)) {
     1.7 -        value = sstrdupa(map->allocator, value);
     1.8 +        value = sstrdup_a(map->allocator, value);
     1.9          if(!value.ptr) {
    1.10              return 1;
    1.11          }

mercurial