mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
16.07.2008 461109056cf24a465341fd7586138f3ae7cd9c53
Fix for issue #3522(bas64 decode -d string needs a line break after the output)
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/util/Base64.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/Base64.java
@@ -707,6 +707,7 @@
        else
        {
          System.out.write(decodedData);
          System.out.println();
          System.out.flush();
        }
      }