Commit 97fccaea authored by claes's avatar claes

Bugfix in disabled objects

parent 7f8c2a3c
/*
* Proview $Id: rt_trend.c,v 1.10 2007-10-30 07:29:21 claes Exp $
* Proview $Id: rt_trend.c,v 1.11 2007-11-01 15:30:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -258,7 +258,7 @@ InitTrendList (
sts = gdh_AttrArefToObjectAref( &Aref, &OAref);
if ( ODD(sts)) {
sts = gdh_ArefDisabled( &OAref, &disabled);
if ( disabled)
if ( ODD(sts) && disabled)
continue;
}
......
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