[Box Backup-dev] COMMIT r431 - box/chris/win32/vc2005-compile-fixes/bin/bbackupquery

Ben Summers boxbackup-dev@fluffy.co.uk
Sun, 12 Feb 2006 10:27:01 +0000


On 12 Feb 2006, at 00:17, subversion@fluffy.co.uk wrote:

> Author: chris
> Date: 2006-02-12 00:17:28 +0000 (Sun, 12 Feb 2006)
> New Revision: 431
>
> Modified:
>    box/chris/win32/vc2005-compile-fixes/bin/bbackupquery/ 
> BackupQueries.cpp
> Log:
> * BackupQueries.cpp
> - Fixed some remaining issues with using the wrong path separator  
> on Win32
>
>
>  		// Then get it compared
> -		Compare(std::string(DIRECTORY_SEPARATOR) + rLocation,
> +		Compare(std::string("/") + rLocation,
>  			loc.GetKeyValue("Path"), rParams);
>

The others appear the other way round. What is the intention of this  
fix? (in general)

Ben