better printout
svn: r2998
This commit is contained in:
parent
9960d6f270
commit
bffb3c0f92
|
@ -75,8 +75,8 @@
|
|||
(cond [(regexp-match-positions subst i) =>
|
||||
(lambda (m)
|
||||
(when print?
|
||||
(printf "Changing: ~a/~a\n"
|
||||
(current-directory) file)
|
||||
(printf "Changing: ~a\n"
|
||||
(build-path (current-directory) file))
|
||||
(set! print? #f))
|
||||
(file-position o (+ pos (caadr m)))
|
||||
(display version-bytes o)
|
||||
|
|
Loading…
Reference in New Issue
Block a user