8e2d32f40f
PR: 207990 Submitted by: tkato432 yahoo com Sponsored by: Absolight
11 lines
387 B
C++
11 lines
387 B
C++
--- src/main/cmdlineextractor.h.orig 2015-10-05 06:33:52 UTC
|
|
+++ src/main/cmdlineextractor.h
|
|
@@ -21,7 +21,7 @@
|
|
#include "blendElement.h"
|
|
#include "effectorTypes.h"
|
|
|
|
-const std::string validChars ( "0123456789,x" );
|
|
+const std::string validChars ( "0123456789,x:" );
|
|
const std::string
|
|
validTextChars ( "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 /\\.,=;:-_" );
|
|
|