diff options
author | Joursoir <chat@joursoir.net> | 2021-03-03 20:21:20 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-03 20:21:20 +0000 |
commit | 1c5f7fd29fce3008218d781ab148a6974e898cac (patch) | |
tree | 54e1da521c476ca510e5db6cb830c0e58049b665 /src/r-x11.c | |
parent | 8a48afccb97462b0dc261e8c99c0825295ebc019 (diff) | |
download | lock-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.c | 2 |
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); } |