Index: /trunk/src/VBox/Runtime/common/string/base64.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/base64.cpp	(revision 52024)
+++ /trunk/src/VBox/Runtime/common/string/base64.cpp	(revision 52025)
@@ -110,6 +110,5 @@
                        &&   i  == '=')
                    || (     u8 == BASE64_SPACE
-                       &&   (   RT_C_IS_SPACE(i)
-                             || (i == '\r'))) /* Carriage return is handled as a space character as well. */
+                       &&   RT_C_IS_SPACE(i))
                    || (     u8 < 64
                        &&   (unsigned)g_szValToChar[u8] == i));
