summaryrefslogtreecommitdiffstats
path: root/.github/FUNDING.yml
diff options
context:
space:
mode:
authorMike Williams <mikew@globalgraphics.com>2023-12-05 15:36:06 +0100
committerChristian Brabandt <cb@256bit.org>2023-12-05 15:38:33 +0100
commit620f0116948ddd9f1900f067ed8bb6bab548f825 (patch)
treed1bf6c20abf35ff366b061bb0ed5bbced6433f4c /.github/FUNDING.yml
parent5dd41d4b6370b7b7d09d691f9252b3899c66102a (diff)
patch 9.0.2150: Using int for errbuflen in option funcsv9.0.2150
Problem: Using int for errbuflen in option funcs Solution: Use size_t for errbuflen in string option functions Use size_t for errbuflen in string option functions This started as size_t to int warning on Windows in do_set_option_string(). Other option setting functions are using size_t for errbuflen so I changed the type in the argument list and then chased further compiler warnings into the string option functions in optionstr.c changing ints to size_t as I went. I also changed the type of os_errbuflen in optset_T to size_t and updated related argument lists in optionstr.c, as well as updating set_string_option() to also use size_t for errbuflen for consistency with other string option setting functions. closes: #13628 Signed-off-by: Mike Williams <mikew@globalgraphics.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to '.github/FUNDING.yml')
0 files changed, 0 insertions, 0 deletions