Remove long_u: do_outofmem_msg().

Remove long_u occurrences due to do_outofmem_msg() function.
Refactor size parameter from long_u into size_t.
This commit is contained in:
Eliseo Martínez
2014-05-24 01:17:42 +02:00
parent 9e95c8aa33
commit 95c3300ca6
3 changed files with 4 additions and 4 deletions

View File

@@ -6288,7 +6288,7 @@ retry:
|| outofmem) {
if (ScreenLines != NULL || !done_outofmem_msg) {
/* guess the size */
do_outofmem_msg((long_u)((Rows + 1) * Columns));
do_outofmem_msg((Rows + 1) * Columns);
/* Remember we did this to avoid getting outofmem messages over
* and over again. */