Commit ff037b3d authored by claes's avatar claes

mvol_ArefToAttribute returned an attribute name for attrrefs pointing to whole object

parent 3b355304
/*
* Proview $Id: rt_mvol.c,v 1.16 2006-09-05 11:54:17 claes Exp $
* Proview $Id: rt_mvol.c,v 1.17 2007-04-25 07:24:30 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -463,6 +463,7 @@ mvol_ArefToAttribute (
if (param->Info.ParamIndex == 0 && acp == cp /* && offset == 0 */) {
ap->aop = NULL;
ap->adef = NULL;
strcpy( ap->name, "");
}
} else if (param->Info.Elements > 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