Origin commit data
------------------
Commit: a0d262c596
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-20 (Tue, 20 Dec 2016)
This commit is contained in:
vanhofen
2016-12-20 21:40:42 +01:00
5 changed files with 10 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ void tuxtxt_decode_adip() /* additional information table */
#endif
} /* next adip page i */
while (!tuxtxt_cache.adippg[tuxtxt_cache.maxadippg] && (tuxtxt_cache.maxadippg >= 0)) /* and shrink table */
while ((tuxtxt_cache.maxadippg >= 0) && !tuxtxt_cache.adippg[tuxtxt_cache.maxadippg]) /* and shrink table */
tuxtxt_cache.maxadippg--;
}
/******************************************************************************