From 0cac03ed262c9c9f42b73e46ad55732ed342db3b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:00:48 -0500 Subject: put welcome greeting all on one line --- instr-client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/instr-client.c b/instr-client.c index 4855abc..6685176 100644 --- a/instr-client.c +++ b/instr-client.c @@ -8,7 +8,6 @@ #include #include "response.h" -#include "version.h" static int port = 3333; #define BUFSIZE 1024 @@ -179,7 +178,7 @@ int main(int argc, char** argv) out = g_io_stream_get_output_stream (G_IO_STREAM (connection)); in = g_io_stream_get_input_stream (G_IO_STREAM (connection)); - g_printf("\r\nWelcome! Avtech Electrosystems Ltd. - Firmware v%s\r\n",FW_VERSION); + g_print("\r\nWelcome! - "); // send an idn command const gchar idncmd[] = "*idn?\n"; -- cgit