From eef03602a3b86113fd870ade5bb04575203060f8 Mon Sep 17 00:00:00 2001 From: Markham Anderson Date: Fri, 21 Feb 2025 08:09:02 -0800 Subject: [PATCH] Update Rdutil.hh - revert defaults --- Rdutil.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Rdutil.hh b/Rdutil.hh index d42181b..bf25b04 100644 --- a/Rdutil.hh +++ b/Rdutil.hh @@ -88,9 +88,8 @@ public: // if there is trouble with too much disk reading, sleeping for nsecsleep // nanoseconds can be made between each file. int fillwithbytes(enum Fileinfo::readtobuffermode type, - enum Fileinfo::readtobuffermode lasttype = - Fileinfo::readtobuffermode::NOT_DEFINED, - long nsecsleep = 0, + enum Fileinfo::readtobuffermode lasttype, + long nsecsleep, std::size_t buffersize, void (*debugProgress)(int, int) = NULL);