jayacotton / find

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

find will not search the selected drive. #4

Closed jayacotton closed 3 years ago

jayacotton commented 3 years ago

This one is a regression. Find will return a null list of names for a given drive.

find b produces no output. find . lists all files on all drives, including b

jayacotton commented 3 years ago

fixed with latest update.