Commit 5f5f3c7b authored by claes's avatar claes

Fixed bug in cmvolc_GetNonExistingClass when fetching big classes

parent e85e05f5
/*
* Proview $Id: rt_cmvolc.c,v 1.7 2005-09-01 14:57:55 claes Exp $
* Proview $Id: rt_cmvolc.c,v 1.8 2006-02-10 07:03:44 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -452,6 +452,7 @@ cmvolc_GetNonExistingClass (
j++;
pwr_Assert(j < msgcnt);
gap = msgs[j]->attr;
gap--;
}
}
......
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