Subj : src/xpdev/genwrap.c genwrap.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Mon Dec 18 2023 01:49 am https://gitlab.synchro.net/main/sbbs/-/commit/66c589fae030890e79a6c15b Modified Files: src/xpdev/genwrap.c genwrap.h Log Message: Create duration_estimate_to_[v]str() functions Sometimes you want to see "1.5 minutes" (or "1.5M") intead of "90 seconds" (or "90S") I noticed some left over questionable use of ulong here in byte_count related functions, so fixed that. .