From 40842f67afb2931de6789237a49570f99b70404f Mon Sep 17 00:00:00 2001 From: Alan Third Date: Thu, 1 Apr 2021 23:23:19 +0100 Subject: [PATCH] Fix NSTRACE failure * src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol. --- src/nsterm.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsterm.m b/src/nsterm.m index bf175bbd188..a6501100ca9 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -9790,7 +9790,7 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c) IOSurfaceRef surface = NULL; NSTRACE ("[EmacsSurface getContextWithSize:]"); - NSTRACE_MSG (@"IOSurface count: %lu", [cache count] + (lastSurface ? 1 : 0)); + NSTRACE_MSG ("IOSurface count: %lu", [cache count] + (lastSurface ? 1 : 0)); for (id object in cache) { -- 2.39.5