BasePVStructure now complete

This commit is contained in:
Marty Kraimer
2010-10-26 06:12:44 -04:00
parent a4cb4258a9
commit 59eeadcd10
6 changed files with 393 additions and 41 deletions

View File

@@ -132,12 +132,12 @@ public:
{
if (*p == '(') {
// terminate module
*p = '\0'
*p = '\0';
fname = p+1;
}
else if (*p == '+') {
// terminate fname
*p = '\0'
*p = '\0';
offset = p+1;
}
else if (*p == ')' && offset) {