The unified diff between revisions [75daca8d..] and [08eaf28d..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'base64.h'

#
#
# patch "base64.h"
#  from [0092f04777727f69ed49f34cc80f5fb83073bf59]
#    to [2b090ec65993ce3366d06dd30665032b2ce2ff02]
#
============================================================
--- base64.h	0092f04777727f69ed49f34cc80f5fb83073bf59
+++ base64.h	2b090ec65993ce3366d06dd30665032b2ce2ff02
@@ -20,7 +20,8 @@ class Base64_Encoder : public Filter

       void write(const byte[], u32bit);
       void end_msg();
-      Base64_Encoder(bool = false, u32bit = 72);
+      // monotone wants breaks by default
+      Base64_Encoder(bool breaks = true, u32bit = 72);
    private:
       void encode_and_send(const byte[], u32bit);
       void do_output(const byte[], u32bit);