From 833cb417608eb138d3a9b99dc995c5c1aeffd1cd Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sun, 30 Mar 2025 23:13:35 -0500 Subject: Create encryption functions that actually work --- src/shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared.c') diff --git a/src/shared.c b/src/shared.c index 771c44f..093e766 100644 --- a/src/shared.c +++ b/src/shared.c @@ -137,7 +137,7 @@ int wwbuf(int fd, const unsigned char *buf, int len) { // Thanks Beej! // dirname but less retarded hopefully -char *xdirname(const char * const path) { +char * xdirname(const char * const path) { char *tmp = NULL; if(!path) { // Path being null is a special case which should return super early, before anything else tmp = strdup("."); -- cgit v1.2.3