Browse Source

string_utils.cpp: add missing char * in illegalFileNameChars list.

jobs
jean-pierre charras 1 year ago
parent
commit
ffe6abb836
  1. 2
      common/string_utils.cpp

2
common/string_utils.cpp

@ -42,7 +42,7 @@
* platforms. This is the list of illegal file name characters for Windows which includes
* the illegal file name characters for Linux and OSX.
*/
static const char illegalFileNameChars[] = "\\/:\"<>|";
static const char illegalFileNameChars[] = "\\/:\"<>|*";
wxString ConvertToNewOverbarNotation( const wxString& aOldStr )

Loading…
Cancel
Save