Skip to content

Commit

Permalink
o -b does have subtle problems. Disable until they're fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Oct 8, 2012
1 parent 6fd405f commit f65390f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion folve-main.cc
Expand Up @@ -341,7 +341,8 @@ int FolveOptionHandling(void *data, const char *arg, int key,
value);
rt->parameter_error= true;
} else {
rt->fs->set_pre_buffer_size(value * (1 << 20));
fprintf(stderr, "-b option disabled temporarily.\n");
//rt->fs->set_pre_buffer_size(value * (1 << 20));
}
return 0;
}
Expand Down

0 comments on commit f65390f

Please sign in to comment.