diff --git a/system7/Utils/S7Logging.m b/system7/Utils/S7Logging.m index d556e76..49d2f5b 100644 --- a/system7/Utils/S7Logging.m +++ b/system7/Utils/S7Logging.m @@ -48,6 +48,7 @@ void logInfo(const char * __restrict format, ...) { } void logError(const char * __restrict format, ...) { + // rox: some comment to trigger the diff va_list va_args; va_start(va_args, format); NSString *const nsFormat = [[NSString alloc] initWithCString:format encoding:NSUTF8StringEncoding];