From fce8393561117477c8ad67a05a31da33b27ff035 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 21 Oct 2024 20:58:29 +0100 Subject: [PATCH] fix format error --- Tools/autogsdoc.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autogsdoc.m b/Tools/autogsdoc.m index b1ffba75b..6d5b099dc 100644 --- a/Tools/autogsdoc.m +++ b/Tools/autogsdoc.m @@ -2222,7 +2222,7 @@ standard PropertyList format (not the XML format of OS X), using stringByAppendingPathComponent: @"index.html"]; if ([d writeToFile: s atomically: YES]) { - NSLog(@"Sorry unable to write %@ to %s", htmlfile, s); + NSLog(@"Sorry unable to write %@ to %@", htmlfile, s); } } }