* fixed an uncommon segfault when ending tracks at a midpoint.

This commit is contained in:
lifekidyeaa 2007-06-13 18:30:23 +00:00
parent b58beebb8f
commit 74878eb889
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ TRACK * firsttrack = track;
TRACK * oldtrack;
int nn = 0;
EDA_BaseStruct * LockPoint;
if(track == 0) return NULL;
LockPoint = track->start;
while ( track != NULL )
{