freebsd-ports/multimedia/oggvideotools/files/patch-src_main_cmdlineextractor.h
Mathieu Arnold 8e2d32f40f Update to 0.9.
PR:		207990
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-15 15:29:07 +00:00

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 /\\.,=;:-_" );