]> Shamusworld >> Repos - rmac/commit - version.h
Fix for bug #77 (ds with negative numbers).
authorShamus Hammons <jlhamm@acm.org>
Tue, 2 May 2017 18:02:47 +0000 (13:02 -0500)
committerShamus Hammons <jlhamm@acm.org>
Tue, 2 May 2017 18:02:47 +0000 (13:02 -0500)
commita29cbeceeadc92ff48ffa70a51135b503c96cc6d
treefe893ef945c8bb3f2f36cc9a8aa90ee86b20c2bf
parent26019087571ebcafae571c7d32f485ceb8af8c5d
Fix for bug #77 (ds with negative numbers).

Last time it didn't work because our target number was an unsigned int
(as opposed to a signed int). So now that we know, we have a proper
check for it now.
direct.c
expr.c
version.h