| commit | 518685818c52fcd5504405aed9d624eb5aafbd0e | [log] [tgz] |
|---|---|---|
| author | Explorer09 <explorer09@gmail.com> | Sat Jul 29 16:20:14 2023 +0800 |
| committer | BenBE <BenBE@geshi.org> | Fri Aug 18 12:52:28 2023 +0200 |
| tree | 570700cdf539c3b01697196222c0c06b259fb0d8 | |
| parent | 3d2f5e1a1a77dbc1613d15a61a5ce79e3cb8d505 [diff] |
Minor data type fixes in Process.c and PCPProcess.c In PCPProcess_writeField(), the "n" variable should be size_t type. The "n" parameters of Process_printPercentage() and PCPProcess_printDelay() should be size_t type as well. Signed-off-by: Kang-Che Sung <explorer09@gmail.com>