From 5229ca8ae190c0cb3db8d381a44be4113e81d5dc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 30 Aug 2024 10:04:19 +0200 Subject: A lot of filesystem improvements. + Save NextSibling field if catalog name, has parent name in it. + Upgrade NewFS to 1.28. + Fix strcmp inside Support.cxx + BootKit formatter can update the partition now, but only if NewFS. + Fix broken logging window. --- dev/ZBA/Sources/HEL/AMD64/Support.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZBA/Sources') diff --git a/dev/ZBA/Sources/HEL/AMD64/Support.cxx b/dev/ZBA/Sources/HEL/AMD64/Support.cxx index 667bbfda..aa93318b 100644 --- a/dev/ZBA/Sources/HEL/AMD64/Support.cxx +++ b/dev/ZBA/Sources/HEL/AMD64/Support.cxx @@ -71,7 +71,7 @@ EXTERN_C int strcmp(const char* whatToCheck, const char* whatToCheckRight) ++len; } - return whatToCheck[len] == whatToCheckRight[len] ? 0 : len; + return len; } /// @brief somthing specific to the Microsoft's ABI, When the stack grows too big. -- cgit v1.2.3