dav/scfg.c

changeset 700
165811ea12ab
parent 692
56b66fe2b4f5
child 747
efbd59642577
equal deleted inserted replaced
699:1091cb3c6dad 700:165811ea12ab
389 err = 1; 389 err = 1;
390 } 390 }
391 xmlFree(attr_type); 391 xmlFree(attr_type);
392 } 392 }
393 if(attr_always) { 393 if(attr_always) {
394 v.always = util_getboolean(attr_always); 394 v.always = util_getboolean((const char*)attr_always);
395 xmlFree(attr_always); 395 xmlFree(attr_always);
396 } 396 }
397 397
398 if(err) { 398 if(err) {
399 return NULL; 399 return NULL;

mercurial