Hyrum K Wright <hyrum.wri...@wandisco.com> writes:

>>       if (pb->copyfrom_path)
>>         {
>> -          const char *basename = svn_relpath_basename(path, result_pool);
>> +          const char *name = svn_relpath_basename(path, result_pool);
>
> What is this shadowing?  My compiler isn't picking it up...

The POSIX function:

char *basename(char *path);

http://pubs.opengroup.org/onlinepubs/009695399/functions/basename.html

-- 
Philip

Reply via email to