On 04.05.2012 21:06, Greg Stein wrote:
svn_relpath_join() takes two strings and a pool. What are the pointer values for those parameters? I'm assuming one of those strings is NULL. Which?
The first one is NULL:
apr_size_t blen = strlen(base);
is where the access violation accessing 0x000 happens.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net

