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



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