Blame SOURCES/dvd+rw-tools-7.0-wctomb.patch

eaee06
--- transport.hxx~	2008-03-25 21:24:47.000000000 -0400
eaee06
+++ transport.hxx	2008-03-25 21:25:36.000000000 -0400
eaee06
@@ -116,7 +116,7 @@
eaee06
 extern "C" char *plusminus_locale()
eaee06
 { static class __plusminus {
eaee06
     private:
eaee06
-	char str[4];
eaee06
+	char str[MB_LEN_MAX];
eaee06
     public:
eaee06
 	__plusminus()	{   setlocale(LC_CTYPE,ENV_LOCALE);
eaee06
 			    int l = wctomb(str,(wchar_t)(unsigned char)'±');