--- /QCodec.java	2023-07-05 02:57:48.550055373 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QCodec.java	2023-07-05 02:57:48.550055373 +0200
@@ -166,7 +166,7 @@
                     tmp[i] = BLANK;
                 }
             }
-            return QuotedPrintableCodec.decodeQuotedPrintable(tmp);
+return QuotedPrintableCodec.decodeQuotedPrintable ( bytes ) ;
         } 
         return QuotedPrintableCodec.decodeQuotedPrintable(bytes);       
     }
