jayacotton / find

A find command for cp/m written in C
9 stars 1 forks source link

Find is not finding all the files #2

Closed jayacotton closed 3 years ago

jayacotton commented 3 years ago

There is an odd thing with find, it does not find all the files. i.e. find . seems to not find everything on the drives. An short clip of listing. Ignore the debug output. It seems to have found all files on drive a: but drive b: is a total lose. It kind of gets drive c: mostly correct. After that thud.

C>find . 0x00 0x00 A:CCP .SPR 0x00 A:CPM3NET .HLP 0x00 A:CPM2NET .HLP 0x00 A:CPNET3 .HLP 0x00 A:CPNET12 .HLP 0x00 A:HELP .HLP 0x01 0x00 B:CCP .SPR 0x00 B:CPM3NET .HLP 0x00 B:CPM2NET .HLP 0x00 B:CPNET3 .HLP 0x00 B:CPNET12 .HLP 0x00 B:HELP .HLP 0x02 0x00 C:ASM .COM 0x00 C:CLRDIR .COM 0x00 C:COMPARE .COM 0x00 C:COPY .CFG 0x00 C:COPY .COM 0x00 C:DDT .COM 0x00 C:DDTZ .COM 0x00 C:DUMP .COM

jayacotton commented 3 years ago

fixed with latest update.