1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-16 04:33:10 +00:00

mnwevent: Fix copy/paste error in log message. (#316)

This gets it out of search results when looking for getXsignaldata.
This commit is contained in:
Bruce Mitchener
2021-01-29 01:21:03 +07:00
committed by GitHub
parent 2e83d8e619
commit 405b55509e

View File

@@ -412,7 +412,7 @@ void getMNWsignaldata(int fd)
display = (dspif = FD_to_dspif[fd])->handle;
screen = dspif->screen;
TPRINT(("TRACE: getXsignaldata()\n"));
TPRINT(("TRACE: getMNWsignaldata()\n"));
while (XtAppPending(dspif->xtcontext)) {
XtAppNextEvent(dspif->xtcontext, &report);