diff options
-rwxr-xr-x | rtv4d-dl | bin | 52776 -> 52776 bytes | |||
-rw-r--r-- | rtv4d-dl.c | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -776,8 +776,8 @@ int main (int argc, char ** argv) { RTV_NAPISI(NAPAKA, "Ni uspelo pridobiti metapodatkov pretoka."); returnstatus = 4; } + casi = realloc(casi, sizeof(time_t)*(z->sedanjost+1)); for (i = z->sedanjost; i >= 0; i--) { - casi = realloc(casi, sizeof(time_t)*i+1); /* NE GOTO PRED SPROŠČENJEM */ cas = time(NULL); casi[i] = cas; if ((z->prenesenih_kosov_preteklost)*(z->dolzina) >= z->preteklost) { |