projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0861f1
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Tue, 14 Jan 2003 14:38:32 +0000
(14:38 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 14 Jan 2003 14:38:32 +0000
(14:38 +0000)
lib/same.c
patch
|
blob
|
history
diff --git
a/lib/same.c
b/lib/same.c
index 725cf61dfb0ae22a0728223efb06def35daae40e..8b4985de5ed5353b85b3433efe95ea763b900172 100644
(file)
--- a/
lib/same.c
+++ b/
lib/same.c
@@
-79,7
+79,7
@@
same_name (const char *source, const char *dest)
struct stat dest_dir_stats;
char *source_dirname, *dest_dirname;
- /* Compare the
directories (by comparing their inode
s). */
+ /* Compare the
parent directories (via the device and inode number
s). */
source_dirname = dir_name (source);
dest_dirname = dir_name (dest);