Commit bbaed58b authored by claes's avatar claes

Error in flags in vol_ArefDisabled

parent 6a4104ee
/* /*
* Proview $Id: rt_vol.c,v 1.7 2005-10-07 05:57:28 claes Exp $ * Proview $Id: rt_vol.c,v 1.8 2006-02-09 13:42:02 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1650,7 +1650,7 @@ vol_ArefDisabled ( ...@@ -1650,7 +1650,7 @@ vol_ArefDisabled (
gdb_AssumeLocked; gdb_AssumeLocked;
daref = cdh_ArefToDisableAref( arp); daref = cdh_ArefToDisableAref( arp);
ap = vol_ArefToAttribute(sts, &attribute, &daref, gdb_mLo_native, vol_mTrans_none); ap = vol_ArefToAttribute(sts, &attribute, &daref, gdb_mLo_global, vol_mTrans_all);
if (ap == NULL) return pwr_cNDisableAttr; if (ap == NULL) return pwr_cNDisableAttr;
p = vol_AttributeToAddress(sts, ap); p = vol_AttributeToAddress(sts, ap);
......
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