Commit c8615088 authored by Claes Sjofors's avatar Claes Sjofors

Gdh bugfix int gdh_GetAttrRefTid for classes

parent 122962b4
...@@ -1172,6 +1172,9 @@ gdh_GetAttrRefTid ( ...@@ -1172,6 +1172,9 @@ gdh_GetAttrRefTid (
} }
} }
else if (ap != 0 && ap->adef == 0 && ODD(sts)) {
*tid = ap->cp->cid;
}
return sts; return sts;
} }
......
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