diff options
-rw-r--r-- | global-functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global-functions b/global-functions index d184650..f15a7d1 100644 --- a/global-functions +++ b/global-functions @@ -646,9 +646,9 @@ :set PrettyPrint do={ :local Input [ :tostr $1 ]; - :global CharacterReplace; + :global Unix2Dos; - :put [ $CharacterReplace $Input ("\n") ("\n\r") ]; + :put [ $Unix2Dos $Input ]; } # delay a random amount of seconds |