Fixed problem with broken navigation links (strencode2 got wrong 'size' parameter)
SVN revision: 1695
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user