Index: head/multimedia/dvdstyler/files/patch-wxVillaLib_thumb__md5.cpp =================================================================== --- head/multimedia/dvdstyler/files/patch-wxVillaLib_thumb__md5.cpp (nonexistent) +++ head/multimedia/dvdstyler/files/patch-wxVillaLib_thumb__md5.cpp (revision 415334) @@ -0,0 +1,13 @@ +--- wxVillaLib/thumb_md5.cpp.orig 2014-02-25 11:08:27 UTC ++++ wxVillaLib/thumb_md5.cpp +@@ -334,8 +334,8 @@ char* escape_string(const char *string) + + if (!ACCEPTABLE_CHAR (c)) { + *q++ = HEX_ESCAPE; /* means hex coming */ +- *q++ = hex[c >> 4]; +- *q++ = hex[c & 15]; ++ *q++ = ::hex[c >> 4]; ++ *q++ = ::hex[c & 15]; + } else { + *q++ = c; + } Property changes on: head/multimedia/dvdstyler/files/patch-wxVillaLib_thumb__md5.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property