diff --git a/library.cpp b/library.cpp index f76e931..bdb057d 100644 --- a/library.cpp +++ b/library.cpp @@ -110,7 +110,7 @@ namespace io2 if (arg.is()) { string str = arg.as(); - if (str == "*a") + if (str == "*all" || str == "*a") { auto _size = static_cast(size()); string _str(readbytes(_size), 0, _size + 1);