Hi. There's something I don't understand. Why does start_subfile not prepend dirname to name if the latter is not absolute? Since name,dirname are added to the subfile list if there isn't a match and then will later be used to do matches, it seems like we want to prepend dirname to the input name before doing FILENAME_CMP. Am I missing something?