Index: common/common.c =================================================================== RCS file: /cvsroot/src/common/common.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- common/common.c 2001/08/13 21:04:22 1.5 +++ common/common.c 2001/08/16 19:08:17 1.6 @@ -1,4 +1,4 @@ -/* $Id: common.c,v 1.5 2001/08/13 21:04:22 garbled Exp $ */ +/* $Id: common.c,v 1.6 2001/08/16 19:08:17 garbled Exp $ */ /* * Copyright (c) 1998, 1999, 2000 * Tim Rightnour. All rights reserved. @@ -42,7 +42,7 @@ __COPYRIGHT( "@(#) Copyright (c) 1998, 1999, 2000\n\ Tim Rightnour. All rights reserved\n"); -__RCSID("$Id: common.c,v 1.5 2001/08/13 21:04:22 garbled Exp $"); +__RCSID("$Id: common.c,v 1.6 2001/08/16 19:08:17 garbled Exp $"); #endif @@ -91,8 +91,8 @@ for (i=0; (i < fanout && nodeptr != NULL); i++) { l++; group = NULL; - if (nodeptr->group >= 0) - group = strdup(grouplist[nodeptr->group].name); + if (nodeptr->group >= 0 && grouplist[nodeptr->group].name) + group = strdup(grouplist[nodeptr->group].name); if (group == NULL) (void)printf("Node: %3d Fangroup: %3d Rungroup: None" " Host: %-15s\n", l, n + 1, nodeptr->name); rm method='get'> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnomepm
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2016-12-10 23:29:02 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2016-12-10 23:29:02 +0800
commitb1001d70f01d51c768db3a1e8e00cd1b7a245440 (patch)
tree7268e086efcba602ca5f14534bce6f7075c92810 /misc/gnomepm
parent2c467c5afbd45537746e9d808e5e92481c8d28b9 (diff)
parent43ae45671e24ac2b498ed0e5af2e3d27383b4320 (diff)
downloadfreebsd-ports-graphics-mesa-next.tar.gz
freebsd-ports-graphics-mesa-next.tar.zst
freebsd-ports-graphics-mesa-next.zip
Merge branch 'master' into mesa-nextHEADmesa-next
Diffstat (limited to 'misc/gnomepm')