summaryrefslogtreecommitdiff
path: root/c_src/fsynchelper.c
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-24 15:34:15 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-29 16:20:37 +0100
commite49af90a5e4470ce3da343708dfbf2e59c745466 (patch)
tree2edc4f064c911ba5757d36f928ca6b5518323a52 /c_src/fsynchelper.c
parent561115aa93985bbbcb2bb60381b3adbbefdaf53c (diff)
Increase max path length in fsynchelper to 1000.
Diffstat (limited to 'c_src/fsynchelper.c')
-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 */