On Thu, 2005-06-23 at 15:52 +0200, F.W.A. van Leeuwen wrote: > I think the compiler is right. I am not familiar with the sqlite3 source > code, but the break at line 1330 breaks the for() loop at line 1324, NOT > the while() loop at line 1281. Is that as it is intended, or is it a > potential bug? >
We do coverage testing from time to time using gcov. And things like this would really stand out. I'll rerun the coverage tests in a few days and see what pops up. -- D. Richard Hipp <[EMAIL PROTECTED]>

