* bforce/nodelist.c (nodelist_checkheader): small fixes.
This commit is contained in:
parent
d9bedb00f5
commit
531e9655d1
@ -1,4 +1,8 @@
|
|||||||
|
2005-01-11 Andrey Slusar <anray@users.sourceforge.net>
|
||||||
|
|
||||||
|
* bforce/nodelist.c (nodelist_checkheader): small fixes.
|
||||||
|
|
||||||
2005-01-10 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
|
2005-01-10 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
|
||||||
|
|
||||||
* nodelist.c(nodelist_open): added mask detection
|
* bforce/nodelist.c (nodelist_open): added mask detection.
|
||||||
|
|
||||||
|
@ -295,7 +295,7 @@ s_nodelist *nodelist_open(const char *dir, const char *name, int mode)
|
|||||||
{
|
{
|
||||||
/* checking, if nodelist name contains mask (see
|
/* checking, if nodelist name contains mask (see
|
||||||
* example config for details) */
|
* example config for details) */
|
||||||
if( strcmp(name+strlen(name)-3, "999") == 0)
|
if( strcmp(name+strlen(name)-4, ".999") == 0)
|
||||||
{
|
{
|
||||||
int count;
|
int count;
|
||||||
/* struct dirent *nodelistdir;*/
|
/* struct dirent *nodelistdir;*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user