Skip to content
Snippets Groups Projects
Commit 4c8984dd authored by scjones's avatar scjones
Browse files

* find_names.c (Find_Directories): Use TRACE_NULL for repository.

parent ee4457f4
No related branches found
No related tags found
No related merge requests found
2008-11-15 Larry Jones <lawrence.jones@siemens.com>
* find_names.c (Find_Directories): Use TRACE_NULL for repository.
2008-11-05 Mark D. Baushke <mdb@gnu.org> 2008-11-05 Mark D. Baushke <mdb@gnu.org>
   
* sanity.sh (keyword-25): Fix merge from cvs 1.11.x problem. * sanity.sh (keyword-25): Fix merge from cvs 1.11.x problem.
......
...@@ -334,7 +334,7 @@ Find_Directories (const char *repository, const char *update_dir, ...@@ -334,7 +334,7 @@ Find_Directories (const char *repository, const char *update_dir,
List *dirlist; List *dirlist;
TRACE (TRACE_FUNCTION, "Find_Directories (%s, %s, %d)", TRACE (TRACE_FUNCTION, "Find_Directories (%s, %s, %d)",
repository, update_dir, which); TRACE_NULL(repository), update_dir, which);
/* make a list for the directories */ /* make a list for the directories */
dirlist = getlist(); dirlist = getlist();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment