Messages in this thread |  | | Date | Tue, 16 Apr 96 01:05 EDT | From | (Eric Youngdale) | Subject | Re: ISO9660_FS Query (under 1.3.88) |
| |
>Same problem here. I think it's related with the last changes in the >iso9660_fs code.
Please try the enclosed patch.
-Eric
*** rock.c.~2~ Thu Apr 11 23:04:57 1996 --- rock.c Mon Apr 15 12:01:03 1996 *************** *** 507,512 **** --- 507,513 ---- if(slen < 2) break; if(!rootflag) strcat(rpnt,"/"); }; + break; case SIG('C','E'): CHECK_CE; /* This tells is if there is a continuation record */ break;
|  |