Commit 17af6e1c authored by claes's avatar claes

New interface to gdh_GetObjectBodyDef

parent 31d8a8f7
......@@ -350,7 +350,7 @@ int print_object( pwr_tOid oid, pwr_tCid cid, char *object_p,
int rows;
char idx[20];
sts = gdh_GetObjectBodyDef( cid, &bd, &rows);
sts = gdh_GetObjectBodyDef( cid, &bd, &rows, oid);
if ( EVEN(sts)) return sts;
for ( i = 0; i < rows; i++) {
......
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