ossp-pkg/petidomo/config.c 1.19 -> 1.20
--- config.c 2001/01/19 14:56:33 1.19
+++ config.c 2001/01/19 15:26:53 1.20
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v $
- $Revision: 1.19 $
+ $Revision: 1.20 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -220,7 +220,7 @@
{
free(buffer);
buffer = text_easy_sprintf("%s/%s.config", MasterConfig->list_dir, listname);
- list_dir = MasterConfig->list_dir;
+ this_list_dir = MasterConfig->list_dir;
if (stat(buffer, &sb) != 0)
{
free(buffer);
|
|