xsel

Program for manipulating the X clipboard
git clone https://git.sinitax.com/kfish/xsel
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 31e0a14bfcf3d23890241c9f09de1b0694a8d38c
parent a7f85c0f805957fef7f947223529a8641599d5be
Author: valeth <patrick.auernig@gmail.com>
Date:   Sat, 21 Nov 2015 12:35:11 +0100

update comments for get_xdg_cache_home function

Diffstat:
Mxsel.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xsel.c b/xsel.c @@ -335,9 +335,9 @@ _xs_strncpy (char * dest, const char * src, size_t n) } /* - * get_homedir () + * get_xdg_cache_home () * - * Get the user's home directory. + * Get the user's cache directory */ static char * get_xdg_cache_home (void)