Changeset 53a1d2f27f6f957022e9af4b56ff5f4eebb3b5ec
- Timestamp:
- 09/09/11 00:02:47
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1315526567 -0400
- git-parent:
[a7531b30bac95385792b96ccb210b3421ba4db7c]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1315526567 -0400
- Message:
OMG off-by-one. We were missing the last metric.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra7531b3 |
r53a1d2f |
|
| 314 | 314 | if(bundle) bundle__free_unpacked(bundle, &protobuf_c_system_allocator); |
|---|
| 315 | 315 | if(raw_protobuf) free(raw_protobuf); |
|---|
| 316 | | return cnt; |
|---|
| | 316 | return cnt + has_status; |
|---|
| 317 | 317 | } |
|---|