emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 40842f6 2/4: Fix NSTRACE failure


From: Alan Third
Subject: master 40842f6 2/4: Fix NSTRACE failure
Date: Sat, 3 Apr 2021 18:27:53 -0400 (EDT)

branch: master
commit 40842f67afb2931de6789237a49570f99b70404f
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    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 bf175bb..a650110 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)
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]