* Now also adds directories to the index (before only in non-recursive mode).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30609 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
866aafc015
commit
e12b8d6ddf
@ -175,7 +175,8 @@ handleFile(BEntry *entry, BNode *node)
|
||||
BNode innerNode;
|
||||
handleFile(&entryIterator, &innerNode);
|
||||
}
|
||||
return;
|
||||
|
||||
// also rewrite the attributes of the directory
|
||||
}
|
||||
|
||||
char name[B_FILE_NAME_LENGTH];
|
||||
@ -347,7 +348,7 @@ main(int argc, char **argv)
|
||||
|
||||
while (*++argv) {
|
||||
BEntry entry(*argv);
|
||||
BNode node;
|
||||
BNode node;
|
||||
|
||||
if (entry.InitCheck() == B_OK) {
|
||||
if (gFromVolume)
|
||||
|
Loading…
x
Reference in New Issue
Block a user