mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
[278411] [dstore] upload status needs to be created in standard form when using windows server
This commit is contained in:
parent
3de00eb743
commit
5860ffa8e4
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
|
|||
DataStore ds = getDataStore();
|
||||
|
||||
// use standard remote path
|
||||
String stdRemotePath = new String(remotePath.replace('\\', '/'));
|
||||
String stdRemotePath = remotePath.replace('\\', '/');
|
||||
DataElement result = ds.find(uploadLog, DE.A_NAME, stdRemotePath,1);
|
||||
if (result == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue