]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Remove unnecessary conversion
authorhochwasser <hochwasser@users.noreply.github.com>
Tue, 4 May 2021 15:28:39 +0000 (17:28 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Mon, 6 Sep 2021 19:32:09 +0000 (21:32 +0200)
commit7757f066582bdb244c56e658c4a99f8e1d5832cd
treeecd3d34186bb481f9ad6f4078095f65e0608635d
parent814036346418386144756400ada2bb9200540893
Remove unnecessary conversion

The conversion from unsigned long to long long is not necessary.
Corrected the print statement uses the format code %lu.
src/access.c