Commit f865fb43 authored by Claes Sjofors's avatar Claes Sjofors

Bugfix in gdh_AttrrefToName

parent 5d0f1cb5
......@@ -162,6 +162,7 @@ gdh_AttrrefToName (
if (ap == NULL && lnametype.b.fallback != cdh_mName_eFallback_strict) {
sts = GDH__SUCCESS;
strcpy( string, "");
s = cdh_ArefToString(string, arp, 1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment