diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 12:43:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 12:43:24 +0100 |
| commit | ae89bf9564c59ea3aee10f175d473e562af793f8 (patch) | |
| tree | edd0f19b3fe1939fa23e9985a7ed14fe5b48fbe9 /Source/Heap.cxx | |
| parent | 5d712c34f9254351e5c9f6fd4c465b42114661d0 (diff) | |
h-core: update copyright year.
add linker json for PEF targets.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Source/Heap.cxx')
| -rw-r--r-- | Source/Heap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Heap.cxx b/Source/Heap.cxx index 732fc782..ea667a5c 100644 --- a/Source/Heap.cxx +++ b/Source/Heap.cxx @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ @@ -203,6 +203,6 @@ namespace hCore return false; } - return thePool < thePtr < (theLimit); + return ((thePool) < (thePtr) < (theLimit)); } } // namespace hCore |
