Fixed "now" as a date

This commit is contained in:
John Whitington 2013-10-11 09:51:48 +01:00
parent 713f265cde
commit 97928bc5a0
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ let rec process_text text m =
| (s, r)::t -> process_text (string_replace_all s r text) t
let expand_date = function
| "now" -> Cpdfstrftime.strftime "D:%Y%m%d%t%M%S"
| "now" -> Cpdfstrftime.strftime "D:%Y%m%d%H%M%S"
| x -> x
let process_pages f pdf range =