Commit 9430dfb3 authored by claes's avatar claes

Attribute name element increased

parent e5d45c85
/* /*
* Proview $Id: rt_mvol.h,v 1.6 2005-09-01 14:57:56 claes Exp $ * Proview $Id: rt_mvol.h,v 1.7 2008-06-24 07:13:41 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
...@@ -82,7 +82,7 @@ typedef struct { ...@@ -82,7 +82,7 @@ typedef struct {
pwr_tUInt32 elem; pwr_tUInt32 elem;
pwr_tTypeId tid; pwr_tTypeId tid;
pwr_mAttrRef flags; pwr_mAttrRef flags;
char name[120]; /**< Full attribute name */ pwr_tOName name; /**< Full attribute name */
} mvol_sAttribute; } mvol_sAttribute;
/* Function prototypes. */ /* Function prototypes. */
......
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