xtclient.c: fix debug statement regarding fd number
This commit is contained in:
@@ -80,7 +80,7 @@ _DtCm_register_xtcallback(XtAppContext appct)
|
|||||||
xtcallback, NULL);
|
xtcallback, NULL);
|
||||||
|
|
||||||
DP(("xtclient.c: id %d for input at fd %d\n",
|
DP(("xtclient.c: id %d for input at fd %d\n",
|
||||||
id, ((i * NFDBITS) + j)));
|
id, i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user