Assume I have got a zPath like abc.def passed to mkFullPathname. Inside 
mkFullPathname zPath[0] != '/' will evaluate to true. Assume further that 
osGetcwd(..) will return '/' (which can actually be the case under Android and 
theoretically under other systems as well but probably less likely). In this 
case zout will contain finally "//abc.def". This is an invalid pathname, I 
believe.

Best regards,
Hartwig


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to