commit | cbd5b89571ee4d619bff2a264cc8a946cc98845f | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Jul 31 15:57:39 2002 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Jul 31 15:57:39 2002 +0000 |
tree | 254a51d42d5d5347ef0e37ab848aff95fee5547d | |
parent | cce7e34aebeed31ac893836f59b69227e2e55a63 [diff] |
Repair testNtoH for large long arguments. If the long is large enough, the return value will be a negative int. In this case, calling the function a second time won't return the original value passed in.