Fix clear flags on points in nlookup if none
This commit is contained in:
@@ -71,7 +71,8 @@ void print_nodeinfo(const s_node *node)
|
||||
printf("Sysop : %s\n", node->sysop);
|
||||
printf("Location : %s\n", node->location);
|
||||
printf("Speed : %ld\n", node->speed);
|
||||
printf("Flags : %s\n", node->flags);
|
||||
if (node->flags)
|
||||
printf("Flags : %s\n", node->flags);
|
||||
|
||||
if( node->worktime.num )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user