diff --git a/cmd-server-info.c b/cmd-server-info.c index 4dda236f..ab0c4c16 100644 --- a/cmd-server-info.c +++ b/cmd-server-info.c @@ -1,4 +1,4 @@ -/* $Id: cmd-server-info.c,v 1.2 2009-01-10 01:41:02 nicm Exp $ */ +/* $Id: cmd-server-info.c,v 1.3 2009-01-10 01:44:35 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -89,8 +89,8 @@ cmd_server_info_exec(unused struct cmd *self, struct cmd_ctx *ctx) ent->code, ent->name); break; case TTYCODE_STRING: - strnvis( - s, code->value.string, sizeof s, VIS_OCTAL); + strnvis(s, code->value.string, + sizeof s, VIS_OCTAL|VIS_WHITE); s[(sizeof s) - 1] = '\0'; ctx->print(ctx, " %2d,%s: (string) %s",