Commits

Albert Cheng committed 0e55445d79e
[svn-r222] Problem: UINT64DECODE and INT64DECODE were not working because it did not assign the decoded value back to n. Solution: Removed temporary variable _n (don't see why it is needed.) Use the variable n directly. Platform tested: IRIX64 -64