From 9fd068d8ce576666f24b4099bd01af276e9ecd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Fri, 13 Oct 2023 20:11:37 +0200 Subject: [PATCH] disable pipe closure on retail for now --- engine/joint/v4k.h | 3 ++- engine/split/v4k_main.c | 3 ++- engine/v4k.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/engine/joint/v4k.h b/engine/joint/v4k.h index b245926..8b36840 100644 --- a/engine/joint/v4k.h +++ b/engine/joint/v4k.h @@ -357036,6 +357036,7 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT; //static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; #endif -ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } ) +// @fixme crashes right now +// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } ) #line 0 #endif // V4K_IMPLEMENTATION diff --git a/engine/split/v4k_main.c b/engine/split/v4k_main.c index 33b33af..5ca26a6 100644 --- a/engine/split/v4k_main.c +++ b/engine/split/v4k_main.c @@ -126,4 +126,5 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT; //static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; #endif -ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } ) +// @fixme crashes right now +// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } ) diff --git a/engine/v4k.c b/engine/v4k.c index 023c40f..160f8d4 100644 --- a/engine/v4k.c +++ b/engine/v4k.c @@ -26051,5 +26051,6 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT; //static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; #endif -ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } ) +// @fixme crashes right now +// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } ) #line 0