diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ctables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctables.h b/include/ctables.h index 105b439a3..7bd73448c 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -108,7 +108,7 @@ class CoreExport command_t : public Extensible total_bytes = 0; source = "<core>"; syntax = ""; - translation.push_back(TR_END); + translation.clear(); } /** Handle the command from a user. |