! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-whiskermenu-plugin-1.5.1/panel-plugin/launcher.cpp:95: infinite recursi...
Status:
RESOLVED: FIXED
Product:
Xfce4-whiskermenu-plugin
Component:
General

Comments

Description David Binderman 2016-01-06 16:14:51 CET
xfce4-whiskermenu-plugin-1.5.1/panel-plugin/launcher.cpp:95:1: warning: all paths through this function will call itself [-Winfinite-recursion]

tatic void replace_with_quoted_string(std::string& command, size_t& index, gchar* unquoted)
{
    replace_with_quoted_string(command, index, unquoted);
    g_free(unquoted);
}
Comment 1 Graeme Gott editbugs 2016-01-06 18:50:11 CET
Fixed in ffd8fb1.

Bug #12398

Reported by:
David Binderman
Reported on: 2016-01-06
Last modified on: 2016-01-06

People

Assignee:
Graeme Gott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information