Files
ports/net-mgmt/pmacct/files/patch-src_sql__common.h
T
Kurt Jaeger de0521e608 net-mgmt/pmacct: update 1.7.4p1 -> 1.7.5
- added REDIS option, pmacct daemons can now connect to a Redis cache
- fix SQLDOC pkg-plist substitute
- fixed SQL headers/libs detection

PR:		243455
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Relnotes:	https://github.com/pmacct/pmacct/releases/tag/v1.7.5
2020-08-05 14:42:27 +00:00

12 lines
319 B
C

--- src/sql_common.h.orig 2020-02-22 20:28:47 UTC
+++ src/sql_common.h
@@ -64,7 +64,7 @@
#define SQL_TABLE_VERSION_BGP 1000
/* macros */
-#define SPACELEFT(x) (sizeof(x)-strlen(x))
+#define SPACELEFT(x) (sizeof(x)-strlen(x)-1)
#define SPACELEFT_LEN(x,y) (sizeof(x)-y)
#define SPACELEFT_PTR(x,y) (y-strlen(x))