Skip to content

Commit

Permalink
oops, forgot to open the port in binary mode as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyoo committed Jan 16, 2013
1 parent 7db50ef commit f74ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragg/manual.scrbl
Expand Up @@ -15,7 +15,7 @@
(date->string a-date))

@(define (compute-md5sum filename)
(bytes->string/utf-8 (call-with-input-file filename md5)))
(bytes->string/utf-8 (call-with-input-file filename md5 #:mode 'binary)))



Expand Down

0 comments on commit f74ce25

Please sign in to comment.