You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/sarg/files/sarg-2.4.0-format.patch

23 lines
400 B

--- a/userinfo.c
+++ b/userinfo.c
@@ -78,7 +78,7 @@
int skip;
int flen;
int count, clen;
- char cstr[9];
+ char cstr[10];
char filename[MAX_USER_FNAME_LEN];
if (!UserStrings) {
--- a/index.c
+++ b/index.c
@@ -535,7 +535,7 @@
struct dirent *direntp;
char yearindex[MAXLEN];
char yeardir[MAXLEN];
- char yearnum[10];
+ char yearnum[15];
int yearsort[150];
int nyears;
int year;