]> jfr.im git - irc/quakenet/newserv.git/blobdiff - nterfacer/library.c
add valgrind suppression file
[irc/quakenet/newserv.git] / nterfacer / library.c
index 6c0834855f87ca6dff50927e2ba8eb2176f14c46..089965406351731643249a6d3d5193987ffca559 100644 (file)
@@ -55,7 +55,7 @@ int getcopyconfigitemint(char *section, char *key, int def, int *value) {
   int r;
 
   snprintf(buf, sizeof(buf), "%d", def);
-  ini = getcopyconfigitem(section, key, buf, 6);
+  ini = getcopyconfigitem(section, key, buf, 15);
 
   if(!ini)
     return 0;