mirror of
git://git.kernel.org/pub/scm/utils/dash/dash.git
synced 2025-12-05 20:45:38 +00:00
No description
When a char is promoted to an int, it needs to be signed as otherwise comparisons on it may fail. Alternatively, an integer needs to be truncated to char before comparing it against another char. Reported-by: Juergen Daubert <j.daubert@posteo.de> Fixes: |
||
|---|---|---|
| src | ||
| .gitignore | ||
| autogen.sh | ||
| ChangeLog | ||
| ChangeLog.O | ||
| configure.ac | ||
| COPYING | ||
| Makefile.am | ||