mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-29 07:44:48 -05:00

term_do_paste and term_input_data_from_* were still taking int, which should be size_t. Not that I expect those functions to get >2^31 bytes of input in one go, but I noticed it while about to modify the same functions for another reason.