Revision 3bef3c12d6c0f5be0e95eb143fdd32583bae7a74 authored by Junio C Hamano on 05 March 2015, 21:12:59 UTC, committed by Junio C Hamano on 05 March 2015, 21:12:59 UTC
We didn't format an integer that wouldn't fit in "int" but in
"uintmax_t" correctly.

* jk/decimal-width-for-uintmax:
  decimal_width: avoid integer overflow
2 parent s b1cffbf + d306f3d
Raw File
trailer.h
#ifndef TRAILER_H
#define TRAILER_H

void process_trailers(const char *file, int trim_empty, struct string_list *trailers);

#endif /* TRAILER_H */
back to top