Merge branch 'master' into openpgp

This commit is contained in:
James Booth
2015-06-17 20:06:13 +01:00

View File

@@ -1865,7 +1865,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) {