astrand / xclip

Command line interface to the X11 clipboard
GNU General Public License v2.0
1.03k stars 73 forks source link

correct printf conversion specifier for sel_all #124

Open guijan opened 3 years ago

guijan commented 3 years ago

sel_all is an unsigned long, but the printf conversion specifier is for a signed long.