From 61da9ad161c7d794e8d8485dec73b2efb8fa52f9 Mon Sep 17 00:00:00 2001 From: timerix Date: Mon, 5 Jun 2023 13:55:00 +0600 Subject: [PATCH] memcpy --- src/Filesystem/path.c | 4 ++-- src/base/cptr.c | 12 ++---------- src/base/cptr.h | 2 -- src/base/std.h | 4 ++++ 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/Filesystem/path.c b/src/Filesystem/path.c index cc5cb6e..dbccdda 100644 --- a/src/Filesystem/path.c +++ b/src/Filesystem/path.c @@ -25,12 +25,12 @@ char* __path_concat(u32 n, ...){ // copying content of all strings to rezult u16 k=0; for(; k