Menu parser: fix possible infinite loop when loading menu file
commitac52d4de6503bd22e3393e9a26bb1447c0576ff2
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 17 Jul 2012 21:43:37 +0000 (17 23:43 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 19 Jul 2012 10:23:29 +0000 (19 11:23 +0100)
tree2018b80bef9d6efc3815f148cba36c1247127a94
parent9f694b66b50ff39f906221466e1b1916da56f8a6
Menu parser: fix possible infinite loop when loading menu file

When a #include is used, the file is searched in many places; when
the file was searched in the ':'-separated list of path it could
led to infinite loop if the list contained more than one path and
that the file was not found in the first path, the ':' separator
was not properly passed over.
WINGs/menuparser.c