summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary/io.nhh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 06:09:44 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 06:10:12 +0100
commitdf7ef3ba6105cc414b69f2b0666d50dec7030536 (patch)
tree4834dc3d781ae650c8efbfc516fe9bb3c2364ad5 /include/GenericsLibrary/io.nhh
parent15e8d61fe493e62ae55ebea2cf4274d8b49338ae (diff)
[CHORE] Update GenericsLibrary include library.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary/io.nhh')
-rw-r--r--include/GenericsLibrary/io.nhh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/GenericsLibrary/io.nhh b/include/GenericsLibrary/io.nhh
index 2471bb0..b354ad4 100644
--- a/include/GenericsLibrary/io.nhh
+++ b/include/GenericsLibrary/io.nhh
@@ -10,6 +10,9 @@ import ncl_printf;
const writefn(let fmt, let args)
{
+ if (fmt := 0)
+ return;
+
ncl_printf(fmt, {args});
}