]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix NSTRACE failure
authorAlan Third <alan@idiocy.org>
Thu, 1 Apr 2021 22:23:19 +0000 (23:23 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 3 Apr 2021 22:07:01 +0000 (23:07 +0100)
* src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol.

src/nsterm.m

index bf175bbd188850cbcec2a4c15efcb824886f18a6..a6501100ca97c40702ed27e6958efd27a6261c50 100644 (file)
@@ -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)
     {