mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
[164104] allow apostrophe and semi-colon in temp file names
These are allowed on windows, unix, and linux clients
This commit is contained in:
parent
07074bf587
commit
67077ca826
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ public class SystemFileNameHelper {
|
|||
|
||||
|
||||
|
||||
protected static final char[] array = {' ', ':', ';', '*', '?', '\'', '"', '<', '>', '|'};
|
||||
// protected static final char[] array = {' ', ':', ';', '*', '?', '\'', '"', '<', '>', '|'};
|
||||
protected static final char[] array = {' ', ':', '*', '?', '"', '<', '>', '|'};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue