| And also..
--- htstools.c.orig Sat Apr 23 13:27:49 2005
+++ htstools.c Sat Apr 23 13:27:23 2005
@@ -391,7 +387,7 @@
}
// corriger vers 8-3
n83[0]='\0';
- strncatbuff(n83,nom,8);
+ strncatbuff(n83,nom,max);
if (strnotempty(ext)) {
strcatbuff(n83,".");
strncatbuff(n83,ext,3);
| |