NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/45285 CVS commit: src/usr.sbin/makefs



The following reply was made to PR bin/45285; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: Martin Matuska <mm%FreeBSD.org@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: PR/45285 CVS commit: src/usr.sbin/makefs
Date: Tue, 23 Aug 2011 15:17:57 -0400

 On Aug 23,  8:10pm, mm%FreeBSD.org@localhost (Martin Matuska) wrote:
 -- Subject: Re: PR/45285 CVS commit: src/usr.sbin/makefs
 
 | My patch for cd9660.c contained one typo:
 | @@ -1652,8 +1652,7 @@ cd9660_level1_convert_filename(const cha
 |                             *oldname == ',' && strlen(oldname) == 4)
 |                                 break;
 |                         /* Enforce 12.3 / 8 */
 | -                       if (((namelen == 8) && !found_ext) ||
 | -                           (found_ext && extlen == 3)) {
 | +                       if (namelen == 8 && !found_ext)
 |                                 break;
 |                         }
 | 
 | 
 | The "}" at the end of this snipplet should be removed, too.
 | Thanks!
 
 Fixed already, thanks!
 
 christos
 


Home | Main Index | Thread Index | Old Index