1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-21 18:05:33 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);