https://bugs.kde.org/show_bug.cgi?id=444431

--- Comment #5 from PQCraft <0456...@gmail.com> ---
it complains about this line in every error:
```
if (!setVar(arg[1], val, type, asize)) goto cmderr;
```
which above is set like so:
```
    char* val = NULL; uint8_t type = 0;
    if (argct == 3) {
        val = arg[3];
        type = argt[3];
    } else {
        val = ((arg[1][argl[1] - 1] == '$') ? "" : "0");
        type = 2 - (arg[1][argl[1] - 1] == '$');
    }
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to