diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-01-17 00:57:23 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-01-17 01:13:22 -0500 |
commit | 6f64f6d9d2b12cdae1648cbf536685c888f3b981 (patch) | |
tree | 1bb9393bd6e2452cf0cb39e360ae1481b2633d2c /git-fetch.sh | |
parent | 2104838bf9b97066f21e4c32efdfa424d41e6b98 (diff) | |
download | git-6f64f6d9d2b12cdae1648cbf536685c888f3b981.tar.gz |
Correct a few types to be unsigned in fast-import.
The length of an atom string cannot be negative. So make it
explicit and declare it as an unsigned value.
The shift width in a mark table node also cannot be negative.
I'm also moving it to after the pointer arrays to prevent any
possible alignment problems on a 64 bit system.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-fetch.sh')
0 files changed, 0 insertions, 0 deletions