Skip to content

Commit

Permalink
Fix NSTRACE failure
Browse files Browse the repository at this point in the history
* src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol.
  • Loading branch information
alanthird committed Apr 3, 2021
1 parent 4e1f92f commit 40842f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsterm.m
Expand Up @@ -9790,7 +9790,7 @@ - (CGContextRef) getContext
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)
{
Expand Down

0 comments on commit 40842f6

Please sign in to comment.