diff -r 80aed7148971 -r 6d993b208d41 PostscriptPrinterStream.st --- a/PostscriptPrinterStream.st Mon Aug 26 09:08:21 2019 +0200 +++ b/PostscriptPrinterStream.st Mon Aug 26 09:15:57 2019 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1988 by Claus Gittinger All Rights Reserved @@ -724,7 +722,8 @@ ]. (character == Character cr) ifTrue:[ - ^ self cr + self cr. + ^ self. ]. native == true ifTrue:[