Commit 9c554b59 authored by claes's avatar claes

Display changed

parent 65a6131e
/* /*
* Proview $Id: co_statusmon_nodelist.cpp,v 1.8 2007-10-02 15:53:20 claes Exp $ * Proview $Id: co_statusmon_nodelist.cpp,v 1.9 2008-02-06 09:02:02 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -115,7 +115,8 @@ static void get_display( char *disp) ...@@ -115,7 +115,8 @@ static void get_display( char *disp)
strcpy( display, val); strcpy( display, val);
if ( strcmp( display, "") == 0 || if ( strcmp( display, "") == 0 ||
strcmp( display, ":0") == 0) { strcmp( display, ":0") == 0 ||
strcmp( display, "0:0") == 0) {
syi_NodeName( &sts, name, sizeof(name)); syi_NodeName( &sts, name, sizeof(name));
strcpy( display, name); strcpy( display, name);
strcat( display, ":0"); strcat( display, ":0");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment