summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-24 15:34:15 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-24 15:36:36 +0200
commitd24663c44f30815bf57caadb8177f43dea5be797 (patch)
tree2d67118ddab4e4f1892aac4e2709e3feef0f0ed7
parentb968cb1330ecb13f26e35d948c0511882b89ab2a (diff)
Increase max path length in fsynchelper to 1000.
-rw-r--r--c_src/fsynchelper.c2
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 */