Commit e18dc515 authored by claes's avatar claes

gdh_ObjidToName returned erroneous name for objid format

parent 5b2f36cd
......@@ -1879,6 +1879,7 @@ gdh_ObjidToName (
if (op == NULL && lnametype.b.fallback != cdh_mName_eFallback_strict) {
sts = GDH__SUCCESS;
strcpy( name, "");
s = cdh_ObjidToString(name, oid, 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