| Subject: Subject: Re: What happended to ISO9660 in 3.33? |
Author: Xavier Roche |
Date: 04/23/2005 13:28 |
| | 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);
| |
|
|
|
|
3
Created with FORUM 2.0.11