From 52c58236694b18a98c6aad996169164b46318ff6 Mon Sep 17 00:00:00 2001 From: gambas Date: Fri, 7 Jan 2022 11:38:46 +0100 Subject: [PATCH] Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems. [INTERPRETER] * BUG: Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems. --- main/share/gb_system_temp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/share/gb_system_temp.h b/main/share/gb_system_temp.h index 3b3cc1dcf..2ecbbd99e 100644 --- a/main/share/gb_system_temp.h +++ b/main/share/gb_system_temp.h @@ -55,7 +55,7 @@ int SYSTEM_get_cpu_count(void) int SYSTEM_get_cpu_count(void) { - fprintf(stderr, "gbx" GAMBAS_VERSION ": warning: don't know how to return cpu count\n"); + fprintf(stderr, "gbx" GAMBAS_VERSION_STRING ": warning: don't know how to return cpu count\n"); return 1; }