diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
commit | d1f56e68f1315687ff5b913e2577f11b0b620573 (patch) | |
tree | adbac0a00c07ee933058543eb3f251a83e707624 /src/hardcopy.c | |
parent | 238a564935abe36832b267f32b5487556c640d00 (diff) | |
download | vim-git-d1f56e68f1315687ff5b913e2577f11b0b620573.tar.gz |
updated for version 7.0204v7.0204
Diffstat (limited to 'src/hardcopy.c')
-rw-r--r-- | src/hardcopy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardcopy.c b/src/hardcopy.c index 61905b0a7..a467bbcad 100644 --- a/src/hardcopy.c +++ b/src/hardcopy.c @@ -492,11 +492,11 @@ prt_header(psettings, pagenum, lnum) printer_page_num = pagenum; # ifdef FEAT_EVAL - use_sandbox = was_set_insecurely((char_u *)"printheader"); + use_sandbox = was_set_insecurely((char_u *)"printheader", 0); # endif build_stl_str_hl(curwin, tbuf, (size_t)(width + IOSIZE), p_header, use_sandbox, - ' ', width, NULL); + ' ', width, NULL, NULL); /* Reset line numbers */ curwin->w_cursor.lnum = tmp_lnum; |