Parent Directory
|
Revision Log
- add fedora patches to fix build
1 | daviddavid | 1549244 | --- xsel-1.2.0/xsel.c~ 2019-02-13 13:23:06.933869121 +0000 |
2 | +++ xsel-1.2.0/xsel.c 2019-02-13 13:24:28.998706282 +0000 | ||
3 | @@ -79,7 +79,7 @@ | ||
4 | static Boolean no_daemon = False; | ||
5 | |||
6 | /* logfile: name of file to log error messages to when detached */ | ||
7 | -static char logfile[MAXFNAME]; | ||
8 | +static char logfile[MAXFNAME+1]; | ||
9 | |||
10 | /* fstat() on stdin and stdout */ | ||
11 | static struct stat in_statbuf, out_statbuf; |
ViewVC Help | |
Powered by ViewVC 1.1.28 |