| 890 |
if (offsets == NULL) |
if (offsets == NULL) |
| 891 |
{ |
{ |
| 892 |
printf("** Failed to get %d bytes of memory for offsets vector\n", |
printf("** Failed to get %d bytes of memory for offsets vector\n", |
| 893 |
size_offsets_max * sizeof(int)); |
(int)(size_offsets_max * sizeof(int))); |
| 894 |
yield = 1; |
yield = 1; |
| 895 |
goto EXIT; |
goto EXIT; |
| 896 |
} |
} |
| 1852 |
if (offsets == NULL) |
if (offsets == NULL) |
| 1853 |
{ |
{ |
| 1854 |
printf("** Failed to get %d bytes of memory for offsets vector\n", |
printf("** Failed to get %d bytes of memory for offsets vector\n", |
| 1855 |
size_offsets_max * sizeof(int)); |
(int)(size_offsets_max * sizeof(int))); |
| 1856 |
yield = 1; |
yield = 1; |
| 1857 |
goto EXIT; |
goto EXIT; |
| 1858 |
} |
} |