diff --git a/nq/source/host_cmd.c b/nq/source/host_cmd.c index fa75e33e8..31bf539b5 100644 --- a/nq/source/host_cmd.c +++ b/nq/source/host_cmd.c @@ -90,7 +90,7 @@ Host_Status_f (void) print = SV_ClientPrintf; print ("host: %s\n", Cvar_VariableString ("hostname")); - print ("version: %4.2f\n", PACKAGE_VERSION); + print ("version: %4.2s\n", PACKAGE_VERSION); if (tcpipAvailable) print ("tcp/ip: %s\n", my_tcpip_address); print ("map: %s\n", sv.name);