From b50950b1e0d16b58677caa68a05b8ca6a2a45ddc Mon Sep 17 00:00:00 2001 From: jstmaxlol Date: Thu, 22 May 2025 19:23:40 +0200 Subject: yeah ok actually just fuck me i guess `paru -S package_name` like bro fuck am i even doing today (and about the xsc.cpp fix, i'm actually getting dementia or smth because wtf) --- xsc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsc.cpp') diff --git a/xsc.cpp b/xsc.cpp index e0ab616..37d279f 100644 --- a/xsc.cpp +++ b/xsc.cpp @@ -9,7 +9,7 @@ int calculate(double& n1, char& op, double& n2); void usage(); int main(int argc, char** argv) { - if (argc > 4) { + if (argc > 5) { std::cerr << "::> " << red << "xsc.Error" << def << "/" << red << "too_many_arguments " << def; return -1; } -- cgit v1.3.1