mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[174982] Default encoding for dstore retrieved correctly.
This commit is contained in:
parent
de0ba15f98
commit
56ffc9f53e
1 changed files with 7 additions and 1 deletions
|
@ -1307,8 +1307,14 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
|
|||
|
||||
DataElement queryCmd = ds.localDescriptorQuery(encodingElement.getDescriptor(), C_SYSTEM_ENCODING);
|
||||
|
||||
ds.command(queryCmd, encodingElement, true);
|
||||
DataElement status = ds.command(queryCmd, encodingElement, true);
|
||||
|
||||
try {
|
||||
getStatusMonitor(ds).waitForUpdate(status);
|
||||
}
|
||||
catch (Exception e) {
|
||||
}
|
||||
|
||||
remoteEncoding = encodingElement.getValue();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue