1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

[278411] [dstore] upload status needs to be created in standard form when using windows server

This commit is contained in:
David McKnight 2009-06-03 18:25:01 +00:00
parent 3de00eb743
commit 5860ffa8e4

View file

@ -496,7 +496,7 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
DataStore ds = getDataStore(); DataStore ds = getDataStore();
// use standard remote path // use standard remote path
String stdRemotePath = new String(remotePath.replace('\\', '/')); String stdRemotePath = remotePath.replace('\\', '/');
DataElement result = ds.find(uploadLog, DE.A_NAME, stdRemotePath,1); DataElement result = ds.find(uploadLog, DE.A_NAME, stdRemotePath,1);
if (result == null) if (result == null)
{ {