chiark / gitweb /
Change file size type to unsigned long long
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Aug 2024 21:20:59 +0000 (22:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Aug 2024 21:25:25 +0000 (22:25 +0100)
commit27d08f6c080bfaa87f8394d27e7a533503fe5e00
treeda88afe8dc3271c584576ac509d185cd8f00852b
parent7f59c1359296a821f112e78bc61d880e64dc140b
Change file size type to unsigned long long

C99 broke this program.  This fixes it.

I have tested that with this change, my repro for #1075821 is gone.

Closes: #1075821
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
cprogs/summer.c