aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-x11.c
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-03-03 20:21:20 +0000
committerJoursoir <chat@joursoir.net>2021-03-03 20:21:20 +0000
commit1c5f7fd29fce3008218d781ab148a6974e898cac (patch)
tree54e1da521c476ca510e5db6cb830c0e58049b665 /src/r-x11.c
parent8a48afccb97462b0dc261e8c99c0825295ebc019 (diff)
downloadlock-password-1c5f7fd29fce3008218d781ab148a6974e898cac.tar.gz
lock-password-1c5f7fd29fce3008218d781ab148a6974e898cac.tar.bz2
lock-password-1c5f7fd29fce3008218d781ab148a6974e898cac.zip
some chore and delete useless thing
Diffstat (limited to 'src/r-x11.c')
-rw-r--r--src/r-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r-x11.c b/src/r-x11.c
index 3a4b240..b42c852 100644
--- a/src/r-x11.c
+++ b/src/r-x11.c
@@ -50,7 +50,7 @@ static void send_data(Display *dpy, XSelectionRequestEvent *sev,
if(target == X_utf8) {
an = XGetAtomName(dpy, sev->property);
if(an) {
- dbgprint("Sending data, property '%s'\n", sev->requestor, an);
+ dbgprint("Sending data, property '%s'\n", an);
XFree(an);
}