From: Christophe CURIS <christophe.cu...@free.fr> Signed-off-by: Christophe CURIS <christophe.cu...@free.fr> --- util/wxpaste.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/wxpaste.c b/util/wxpaste.c index 0713308..9605787 100644 --- a/util/wxpaste.c +++ b/util/wxpaste.c @@ -81,7 +81,7 @@ static Time getTimestamp(Display * dpy, Window win) return ev.xproperty.time; } -static char *fetchSelection(Display * dpy, const char *selection, const char *progName) +static char *fetchSelection(Display *dpy, const char *selection) { Atom selatom = XInternAtom(dpy, selection, False); Atom clipatom = XInternAtom(dpy, "CLIPBOARD", False); @@ -209,7 +209,7 @@ int main(int argc, char **argv) } if (selection_name) { - buf = fetchSelection(dpy, selection_name, __progname); + buf = fetchSelection(dpy, selection_name); } else { buf = NULL; } -- 1.8.4.rc3 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.