Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GNU CVS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirabilos
GNU CVS
Commits
4c8984dd
Commit
4c8984dd
authored
16 years ago
by
scjones
Browse files
Options
Downloads
Patches
Plain Diff
* find_names.c (Find_Directories): Use TRACE_NULL for repository.
parent
ee4457f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ChangeLog
+4
-0
4 additions, 0 deletions
src/ChangeLog
src/find_names.c
+1
-1
1 addition, 1 deletion
src/find_names.c
with
5 additions
and
1 deletion
src/ChangeLog
+
4
−
0
View file @
4c8984dd
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.
...
...
This diff is collapsed.
Click to expand it.
src/find_names.c
+
1
−
1
View file @
4c8984dd
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment