Add a comment about an incorrect condition that I'm not sure how to fix

This commit is contained in:
Ben Payne 2015-02-18 21:03:22 -05:00
parent 71a57db507
commit 3205fea936

View file

@ -421,6 +421,7 @@ StringTableEntry Platform::makeRelativePathName(const char *path, const char *to
else
{
// FIXME: This condition is clearly wrong
if((*pathPtr == 0 && *toPtr == '/') || (*toPtr == '/' && *pathPtr == 0))
branch = pathPtr;