mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: make default for allowSpaceInFileName platform dependent
- enable by default on Windows, disable by default on non-Windows.
This commit is contained in:
committed by
Andrew Heather
parent
96ed604849
commit
b01611a126
@ -68,7 +68,8 @@ InfoSwitches
|
||||
allowSystemOperations 1;
|
||||
|
||||
// Allow space character in fileName (use with caution)
|
||||
allowSpaceInFileName 0;
|
||||
// Default: 0 for non-Windows, 1 for Windows
|
||||
//// allowSpaceInFileName 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user