diff options
| author | Magnus Ahltorp <map@kth.se> | 2014-10-24 15:34:15 +0200 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 15:36:36 +0200 |
| commit | d24663c44f30815bf57caadb8177f43dea5be797 (patch) | |
| tree | 2d67118ddab4e4f1892aac4e2709e3feef0f0ed7 | |
| parent | b968cb1330ecb13f26e35d948c0511882b89ab2a (diff) | |
Increase max path length in fsynchelper to 1000.
| -rw-r--r-- | c_src/fsynchelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/fsynchelper.c b/c_src/fsynchelper.c index 117f5e9..6ffa80a 100644 --- a/c_src/fsynchelper.c +++ b/c_src/fsynchelper.c @@ -27,7 +27,7 @@ dosync(int fd) int main() { - char buf[100]; + char buf[1000]; ssize_t len; /* XXX: exits when command size is 0 */ |
