forgot leftover
svn: r16241
This commit is contained in:
parent
e499c32435
commit
7eb822f03a
|
@ -49,7 +49,7 @@
|
||||||
[(regexp-match-positions xxxs dfile)
|
[(regexp-match-positions xxxs dfile)
|
||||||
(fprintf (current-error-port)
|
(fprintf (current-error-port)
|
||||||
"Warning: ~a was not renamed!\n" (full-path))]))
|
"Warning: ~a was not renamed!\n" (full-path))]))
|
||||||
(let-values ([(i o) (open-input-output-file file 'update)])
|
(let-values ([(i o) (open-input-output-file file #:exists 'update)])
|
||||||
(define print? verbose?)
|
(define print? verbose?)
|
||||||
(for ([subst (in-list substitutions)])
|
(for ([subst (in-list substitutions)])
|
||||||
(file-position i 0)
|
(file-position i 0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user