Changeset 7940b59f502685b82ede05d10c856a31a3a50caf
- Timestamp:
- 12/30/08 21:47:46
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1230673666 +0000
- git-parent:
[6da11a18f2e863fcd07c4589db9714d81692d05f]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1230673666 +0000
- Message:
eat leading 0's, still doesn't work right. refs #64
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf5b00dc |
r7940b59 |
|
| 652 | 652 | hexlen--; |
|---|
| 653 | 653 | } |
|---|
| | 654 | while(out->buff[out->start] == '0') { |
|---|
| | 655 | out->start++; |
|---|
| | 656 | out->size--; |
|---|
| | 657 | } |
|---|
| 654 | 658 | } |
|---|
| 655 | 659 | return out; |
|---|