1
0
Fork 0
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:
David Dykstal 2006-12-12 21:19:52 +00:00
parent 07074bf587
commit 67077ca826

View file

@ -29,7 +29,8 @@ public class SystemFileNameHelper {
protected static final char[] array = {' ', ':', ';', '*', '?', '\'', '"', '<', '>', '|'};
// protected static final char[] array = {' ', ':', ';', '*', '?', '\'', '"', '<', '>', '|'};
protected static final char[] array = {' ', ':', '*', '?', '"', '<', '>', '|'};