commit | e511f29adbab8eca7a33c3326fb7b4c57451da1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 07 13:50:37 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 07 13:50:37 2008 +0000 |
tree | dcae32895bcd8b55659e5b44134375cde5cc3e35 | |
parent | a85fb757a19ddc9fa3a3dbc786b388294d9b7eee [diff] [blame] |
updated for version 7.2-012
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index f86e6ee..ed3c45f 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -3145,8 +3145,8 @@ verbose_leave(); } #ifdef STARTUPTIME - vim_snprintf(IObuff, IOSIZE, "sourcing %s", fname); - time_msg(IObuff, &tv_start); + vim_snprintf((char *)IObuff, IOSIZE, "sourcing %s", fname); + time_msg((char *)IObuff, &tv_start); time_pop(&tv_rel); #endif