summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3da6e0c)
raw | patch | inline | side by side (parent: 3da6e0c)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 29 Jul 2014 16:58:37 +0000 (18:58 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 29 Jul 2014 16:58:37 +0000 (18:58 +0200) |
src/core/store_lookup.c | patch | blob | history |
index ed585914cd38bee517d0dddfd84e47bfcbb6b980..476e0e717d9fb5c788651722d5e2a4948dcd696e 100644 (file)
--- a/src/core/store_lookup.c
+++ b/src/core/store_lookup.c
value_str);
sdb_data_free_datum(&value);
}
+ else
+ snprintf(buf, buflen, "<unknown>");
return buf;
} /* cond_tostring */