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:
parent
2e83d8e619
commit
405b55509e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user