|
From: <tim...@en...> - 2006-03-22 19:59:53
|
Hi !
Here is a typo in gplt_x11.c, line 5963 :
} else if (reply.xselection.target =3D=3D XA_TIMESTAMP) {
- FPRINTF((stderr, "timestamp request from %d : %ld\n", i
+ FPRINTF((stderr, "timestamp request from %d : %ld\n",
reply.xselection.requestor, export_time));
XChangeProperty(dpy, reply.xselection.requestor,
reply.xselection.property, reply.xselection.target,
32, PropModeReplace, (unsigned char *) &(export_time), 1);
It only appears when DEBUG is defined, and comes probably from me as I
have proposed the above lines to cope with clipboard's problem...
Best regards,
Timoth=E9e Lecomte
|