Change #282465
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 21 Sep 2026 14:10:23 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | d1317b5d4a5c8430133a588fb812d5c5fa327b79 |
Comments
parsedate: remove the unused leading three letters The three first letters of the weekdays are never actually used in the weekday array so drop them. Also make the array local. Closes #23013
Changed files
- lib/parsedate.c
- tests/libtest/lib517.c