Yeah, so why is random dude using it? ;)
Hontestly, I stopped reading when I ran into it. It's not worth the effort to chase down the horrible path his code is taking. There are some paths that I just don't care where they lead.
Quzah.
Printable View
Actually, it's perfectly possible, in this case, to avoid the goto, using continue instead. It's not BAD use of goto, however, so I'd say it's not much worse than using continue. Refactoring the code entirely to remove both the goto any a replacement continue is possible, but require a fair bit of work.
--
Mats