Files
dwmblocks/dwmblocks.c
Ivan Mikhnovich 0c268f5fc9 Replace bughy implementation of function 'remove_all()'.
Counterexample for old implementation:
    char str[] = "aaa";
    remove_all(str, 'a');
    printf("%s\n", str); // displays "a" if we're lucky,
                         //or crashes if we're not.
2021-05-23 19:24:42 +03:00

4.7 KiB