]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: fix a -Wstrict-overflow build failure with gcc 4.5
authorPádraig Brady <P@draigBrady.com>
Thu, 26 May 2011 23:39:55 +0000 (00:39 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 26 May 2011 23:39:55 +0000 (00:39 +0100)
commit8a26bccb467a3b22e5d894234c4b4a5c337294d4
tree762cc1e499c31fedbe2d06664b5d1ff8e812b3c7
parentad756440fbf29fa35fd5c1c0893a3e96fe60aa54
maint: fix a -Wstrict-overflow build failure with gcc 4.5

* src/ls.c (print_color_indicator): Avoid the warning by
not decrementing the integer.
src/ls.c