From: Alan Third Date: Thu, 1 Apr 2021 22:23:19 +0000 (+0100) Subject: Fix NSTRACE failure X-Git-Tag: emacs-28.0.90~3030 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40842f67afb2931de6789237a49570f99b70404f;p=emacs.git Fix NSTRACE failure * src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol. --- 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) {