Change #238903
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Thu 10 Jul 2025 15:04:57 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/setopt-bool |
Revision | 6b4889746c3388239bb6c7a9ba89c37a1f172b3f |
Comments
setopt: refactor out the booleans from setopt_long to setopt_bool - add a warning if a boolean is set to something not 1 or 0 (as it might be made to mean something else in a future) - use 's->' in all setopt_* functions
Changed files
- lib/setopt.c