diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pacman/pacman.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 11b7e6f0..8c7f715e 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -269,7 +269,7 @@ static void localize(void)   */  static void setuseragent(void)  { -	char agent[101]; +	char agent[100];  	struct utsname un;  	int len; | 
