Changeset 5852 in josm for trunk/src/org
- Timestamp:
- 2013-04-14T10:51:14+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java
r5850 r5852 96 96 input.close(); 97 97 if (line != null && !line.isEmpty()) { 98 return line; 98 line = line.replaceAll("[\"']+",""); 99 if(!line.isEmpty()) 100 return "Linux " + line; 99 101 } 100 102 } catch (IOException e) {
Note:
See TracChangeset
for help on using the changeset viewer.