- Bump PORTREVISION
This commit is contained in:
Dennis Herrmann 2009-12-13 17:53:44 +00:00
parent 1b1b29c5e6
commit 7b8e4f76ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245718
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= vnstat
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://humdi.net/vnstat/ \
http://mirror.mcx2.org/

View file

@ -0,0 +1,11 @@
--- ./src/image.c.orig 2009-12-13 18:45:05.000000000 +0100
+++ ./src/image.c 2009-12-13 18:45:26.000000000 +0100
@@ -1398,7 +1398,7 @@
char *getimagescale(uint64_t kb, int rate)
{
- static char buffer[6];
+ static char buffer[7];
uint32_t limit[3];
int unit;