Files
fish-shell/doc_src
Ethel Morgan 6dd6a57c60 Saturate return value in builtin_set_query
builtin_set_query returns the number of missing variables. Because the
return value passed to the shell is an 8-bit unsigned integer, if the
number of missing variables is a multiple of 256, it would overflow to 0.

This commit saturates the return value at 255 if there are more than 255
missing variables.
2021-02-08 20:38:56 +01:00
..
2020-05-30 10:07:21 +02:00
2021-01-26 16:15:38 +01:00
2021-01-16 19:33:12 +01:00
2020-10-12 20:25:35 +02:00
2021-02-01 18:12:24 +01:00
2021-02-07 21:18:51 +01:00
2020-10-04 14:51:05 +02:00
2021-02-01 18:12:24 +01:00