git://scientific.zcu.cz
/
dmlite-plugins-vfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2288801
)
Fix recurion in utime().
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 10 Oct 2013 12:44:14 +0000
(14:44 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 10 Oct 2013 12:44:14 +0000
(14:44 +0200)
src/VfsNs.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/VfsNs.cpp
b/src/VfsNs.cpp
index
a620b06
..
d483dcb
100644
(file)
--- a/
src/VfsNs.cpp
+++ b/
src/VfsNs.cpp
@@
-265,7
+265,7
@@
void VfsCatalog::setAcl(const std::string& path, const Acl& acl) throw (DmExcept
void VfsCatalog::utime(const std::string& path, const struct utimbuf* buf) throw (DmException)
{
- utime(path.c_str(), buf);
+
::
utime(path.c_str(), buf);
}