X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=88b394adc7cf37e764153ddbe53d93607aa1e337;hp=3acbadbebc149733287d49be1774e6363fcf83e4;hb=43f6a50eb9573ce1b8a7f008de73b51ff57f8260;hpb=a5b65db9da1cd81c25494429ea8adb5d76e5b32a diff --git a/attribute.c b/attribute.c index 3acbadbe..88b394ad 100644 --- a/attribute.c +++ b/attribute.c @@ -530,8 +530,10 @@ int get_attribute_text(uint64_t *atts, const char *delim, char **text) const uint64_t one = 1; *text = NULL; - if (greatest_att_bitnum < 0) /* no attributes available */ + if (greatest_att_bitnum < 0) { /* no attributes available */ + *text = para_strdup("(no attributes available)"); return 1; + } for (i = 0; i <= greatest_att_bitnum; i++) { unsigned char bn = i; struct osl_object obj = {.data = &bn, .size = 1};