mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix to allow color.cpp to use fallback wcscasecmp
This commit is contained in:
parent
74a7303c23
commit
52daf6cf41
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "color.h"
|
||||
|
||||
#include "fallback.h"
|
||||
|
||||
bool rgb_color_t::try_parse_special(const wcstring &special) {
|
||||
bzero(&data, sizeof data);
|
||||
|
|
Loading…
Reference in a new issue