projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1f92f
)
Fix NSTRACE failure
author
Alan Third
<alan@idiocy.org>
Thu, 1 Apr 2021 22:23:19 +0000
(23:23 +0100)
committer
Alan 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
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index bf175bbd188850cbcec2a4c15efcb824886f18a6..a6501100ca97c40702ed27e6958efd27a6261c50 100644
(file)
--- 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)
{