You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
im getting a segfault when i set the background or the foreground
gdb output:
Program received signal SIGSEGV, Segmentation fault.
parse_color (str=0x7fffffffdcc3 "#222222", end=end@entry=0x0, def=16777215)
at bar.c:293
293 ptrdiff_t len = *end - str;
The text was updated successfully, but these errors were encountered:
I fixed it in the latest commit. guess I should not blindly pull code from other forks without testing.
Thank you for reporting.
(My machine is still using an older version of the fork, I should probably restart it)
im getting a segfault when i set the background or the foreground
gdb output:
Program received signal SIGSEGV, Segmentation fault.
parse_color (str=0x7fffffffdcc3 "#222222", end=end@entry=0x0, def=16777215)
at bar.c:293
293 ptrdiff_t len = *end - str;
The text was updated successfully, but these errors were encountered: