Fixed problem with broken navigation links (strencode2 got wrong 'size' parameter)

SVN revision: 1695
This commit is contained in:
2006-07-05 10:47:31 +00:00
parent dc23d2989e
commit 71c4f06698
+1 -1
View File
@@ -15703,7 +15703,7 @@ void build_ref(char *ref, int size, char *mode, char *expand, char *attach, char
/* replace any '&' by '&' */
strlcpy(str, ref, sizeof(str));
strencode2(ref, str, sizeof(ref));
strencode2(ref, str, size);
}
/*------------------------------------------------------------------*/