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.
This commit is contained in:
gambas 2022-01-07 11:38:46 +01:00
parent bb1894d4cf
commit 52c5823669

View file

@ -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;
}