On May 23, 2011 11:57 AM, <julianf...@apache.org> wrote: >... was 40 hex digits. */ > - if (finfo->filetype == APR_REG && strlen(path) == 40) > + if (finfo->filetype == APR_REG > + && (strlen(svn_dirent_basename(abspath, pool)) > + ==
On my phone, so I can't tell, but ... can basename() take NULL for the pool?