# HG changeset patch # User John W. Eaton # Date 1384181647 18000 # Node ID 8e95326328387633a0679d43087249a890928237 # Parent 14c427b5c5c1115272cb8f9ee16084347e0697aa * __init_fltk__.cc: Fix typo in previous change. diff -r 14c427b5c5c1 -r 8e9532632838 libinterp/dldfcn/__init_fltk__.cc --- a/libinterp/dldfcn/__init_fltk__.cc Mon Nov 11 07:32:19 2013 +0100 +++ b/libinterp/dldfcn/__init_fltk__.cc Mon Nov 11 09:54:07 2013 -0500 @@ -337,7 +337,7 @@ else { // End of submenu? Pop back one level. - if (m->label ()) + if (! m->label ()) { std::size_t idx = menupath.find_last_of ("/"); if (idx != std::string::npos)