Download raw body.
fix stale error messages from imsg API conversion
On 08/12/24 06:27, Mark Jamsek wrote: > As per the subject: I stumbled upon one by chance so decided to grep the > codebase and found a few more. All changes are in got_error_*() char * > arguments except for one change in the privsep API documentation where a > couple sentences were merged and reflowed in lib/got_lib_privsep.h. > > > commit 2fd1eb98cab73b3b13a5cec27b7189bed8280188 > from: Mark Jamsek <mark@jamsek.dev> > date: Sun Dec 8 04:57:47 2024 UTC > > fix stale error messages left after imsg API conversion > > s/imsg_(flush|read)/imsgbuf_\1/g in got_error*() arguments and comment docs. ooops, thank you!
fix stale error messages from imsg API conversion