Comment 5 for bug 732693

Revision history for this message
jmfischer (jmfischer) wrote :

if the lines near 1986 are commented out it will run through:

          if( !isInList && doIt) {
              char* newval = StrOp.fmt( "%s%s%s", prevrouteids, StrOp.len(prevrouteids)>0?",":"", wRoute.getid( newRoute) );
              wItem.setrouteids(tracknode, newval );
              StrOp.free(newval);
          }

it has something to do with the StrOp.fmt ...

so it is somthing around the "prevrouteids".