Subject: cd9660 bug
To: 532bsd Mailing List <port-pc532@sun-lamp.cs.berkeley.edu>
From: Matthias Pfaller <leo@marco.de>
List: port-pc532
Date: 08/16/1994 10:48:19
Hi,
there is a small bug in the cd9660 code that prevents stating of associated
files.
Matthias
*** cd9660_util.c.orig Thu Aug 11 23:42:01 1994
--- cd9660_util.c Thu Aug 11 23:39:53 1994
***************
*** 226,231 ****
--- 226,232 ----
if (assoc) {
*outfn++ = ASSOCCHAR;
fnidx++;
+ infnlen++;
}
for (; fnidx < infnlen; fnidx++) {
char c = *infn++;
------------------------------------------------------------------------------