diff --git a/src/trackfds.h b/src/trackfds.h index 56490ad..acf7ce3 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -124,8 +124,7 @@ static void init_from_environment(void) { } /* ',' at the beginning or double ',' - ignore. */ if (x == last) { - last = x + 1; - continue; + goto next; } if (i == count) {