mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Arguments buffer_size and true were accidently inverted. GCC wasn't complaning because implicit conversion of bool to int, and vice-versa, is valid. However, this conversion is not very safe because we could accidentaly invert parameters. This should fix the last problem with sstable_test. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <9478cd266006fdf8a7bd806f1c612ec9d1297c1f.1453301866.git.raphaelsc@scylladb.com>