Fixed invalid argument to popen in readMenuPipe().
commit5d8dfa4764679834aa70df95ef2f90bfeecf99b1
authorIain Patterson <wm@iain.cx>
Sat, 25 Aug 2012 09:28:04 +0000 (25 10:28 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 25 Aug 2012 10:00:09 +0000 (25 11:00 +0100)
treeca28487d4abb6da494079529ad231322f3600ada
parentb796928504107228fc8fde81b03eaeafcaf07f3b
Fixed invalid argument to popen in readMenuPipe().

We were passing "rb" to popen(), which was failing with EINVAL with the
result that generated menus were not displayed.
src/rootmenu.c