From f8273a5783a4cd7340879c3a2f955c30ce4903e7 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sun, 13 Nov 2005 22:05:18 +1100 Subject: [BUILTIN] Always call conv_escape_str in echocmd Instead of calling conv_escape_str when we detect a backslash we will call it unconditionally. This helps get rid of some unnecessary code in echocmd. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ece6518..a8def74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-11-13 Herbert Xu * Remove unnecessary truncation in _STPUTC. + * Always call conv_escape_str in echocmd. 2005-11-04 Herbert Xu -- cgit 1.4.1