diff --git a/src/util/platform/FFPlatform.c b/src/util/platform/FFPlatform.c index ed39e9fe0..d549b6501 100644 --- a/src/util/platform/FFPlatform.c +++ b/src/util/platform/FFPlatform.c @@ -38,7 +38,7 @@ void ffPlatformInit(FFPlatform* platform) } if(platform->systemArchitecture.length == 0) - ffStrbufAppendS(&platform->systemName, "Unknown"); + ffStrbufAppendS(&platform->systemArchitecture, "Unknown"); } void ffPlatformDestroy(FFPlatform* platform)