1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

xtclient.c: fix debug statement regarding fd number

This commit is contained in:
Jon Trulson 2014-03-24 19:54:37 -06:00
parent 045de2cdd5
commit 0254ebc0b4

View file

@ -80,7 +80,7 @@ _DtCm_register_xtcallback(XtAppContext appct)
xtcallback, NULL);
DP(("xtclient.c: id %d for input at fd %d\n",
id, ((i * NFDBITS) + j)));
id, i));
}
}
}