diff options
author | sijanec <anton@sijanec.eu> | 2020-12-30 23:36:28 +0100 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2020-12-30 23:36:28 +0100 |
commit | c6b721d7fe165426dab5f8d6ff119ae3dca77304 (patch) | |
tree | c050fc0b2ebd9038fbff238323d0682a8af9e372 | |
parent | Merge pull request '0.0.4' (#2) from dev into master (diff) | |
download | rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.tar rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.tar.gz rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.tar.bz2 rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.tar.lz rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.tar.xz rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.tar.zst rtv4d-dl-c6b721d7fe165426dab5f8d6ff119ae3dca77304.zip |
-rwxr-xr-x | rtv4d-dl | bin | 67272 -> 52824 bytes | |||
-rw-r--r-- | rtv4d-dl.c | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -816,7 +816,7 @@ int main (int argc, char ** argv) { RTV_NAPISI(INFO, "ni več kosov v preteklosti"); fclose(fd); snprintf(fn, sizeof(fn), "%s/%u-%lu%s", - e, i, cas, strrchr(z->kos_format, '.')); + e, i-1, cas, strrchr(z->kos_format, '.')); unlink(fn); break; } |