Changes between Initial Version and Version 1 of Ticket #6348, comment 16


Ignore:
Timestamp:
2021-02-22T21:30:59Z (4 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6348, comment 16

    initial v1  
    77// which contains the line
    88dest->dim_size[i] = va_arg(ap, _index_t); <--- expected type on stack is _index_t but we pass int 3
     9// note that _index_t is an internal type defining a 64bit integer
    910}}}
    1011