stat: don't report negative file size as huge positive number
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 May 2012 06:32:02 +0000 (23:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 May 2012 06:32:24 +0000 (23:32 -0700)
commit2c436decf8bc57a9173c940a26c80358d499e1b6
treef4d4c4553dee0b824581043286b230f9acd970a2
parenta6f94fcebc1645b401eedacbffb5e2ebdedf0f95
stat: don't report negative file size as huge positive number

* src/stat.c (print_stat): Use out_int, not out_uint for stat.st_size.
* NEWS (Bug fixes): Mention it.
NEWS
src/stat.c