projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1606cfe
)
* lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
author
Jim Meyering
<jim@meyering.net>
Fri, 10 Nov 2006 22:22:31 +0000
(22:22 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 10 Nov 2006 22:22:31 +0000
(22:22 +0000)
ChangeLog
patch
|
blob
|
history
lib/fts.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 3c21fc75d1e69670c377f02bff29b4c5b10e65aa..73f9634d8338004807a3f66aa1a9be49313246d0 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-11-10 Jim Meyering <jim@meyering.net>
+
+ * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
+
2006-11-09 Paul Eggert <eggert@cs.ucla.edu>
* lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
diff --git
a/lib/fts.c
b/lib/fts.c
index bc016d4d9861e53dc34968e8b5274493aa32c7e0..838a2acdc3f56c5d748e3f98d4ae05772f46a591 100644
(file)
--- a/
lib/fts.c
+++ b/
lib/fts.c
@@
-707,7
+707,7
@@
check_for_dir:
sp->fts_cur = p;
if (p->fts_info == FTS_D)
{
- Dprintf (("
%s-entering: %s\n", sp
, p->fts_path));
+ Dprintf (("
entering: %s\n"
, p->fts_path));
if (! enter_dir (sp, p))
{
__set_errno (ENOMEM);