Ignore:
Timestamp:
06/22/09 22:42:54 (15 years ago)
Author:
mwajcht
Message:

Added some checking against NULLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/f8-to-f1/geno_f8.cpp

    r10 r11  
    11381138                        for (vector<ActionStrP>::iterator actionIter = (*subprodIter).actions.begin();
    11391139                                 actionIter != (*subprodIter).actions.end(); actionIter++) {
     1140                                if ((*actionIter).action == NULL) {
     1141                                        continue;
     1142                                }
    11401143                                SString &actionName = (*actionIter).action->name;
    11411144                                if (actionName[0] == 'n') {
Note: See TracChangeset for help on using the changeset viewer.