mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 07:26:21 +00:00
Merge remote-tracking branch 'quite/#513'
This commit is contained in:
@@ -1845,7 +1845,7 @@ cmd_process_input(ProfWin *window, char *inp)
|
|||||||
{
|
{
|
||||||
log_debug("Input received: %s", inp);
|
log_debug("Input received: %s", inp);
|
||||||
gboolean result = FALSE;
|
gboolean result = FALSE;
|
||||||
g_strstrip(inp);
|
g_strchomp(inp);
|
||||||
|
|
||||||
// just carry on if no input
|
// just carry on if no input
|
||||||
if (strlen(inp) == 0) {
|
if (strlen(inp) == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user