summary refs log tree commit diff
path: root/src/arith.y
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-11-13 21:15:19 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2005-11-13 21:15:19 +1100
commita2e5f798aeb8bee748b1478001fc8691d4104d0d (patch)
tree1e549276641adc7dd4ee9b8a23287c2406c66758 /src/arith.y
parent[HELPER] Use mktemp if tempfile is not available (diff)
downloaddash-a2e5f798aeb8bee748b1478001fc8691d4104d0d.tar.gz
dash-a2e5f798aeb8bee748b1478001fc8691d4104d0d.zip
[MEMALLOC] Remove unnecessary truncation in _STPUTC
Using char in the function argument causes unnecessary truncation to occur.
This patch changes it to an int.
Diffstat (limited to 'src/arith.y')
0 files changed, 0 insertions, 0 deletions
td>June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe