Skip to content

Commit

Permalink
Merge branch 'master' of github.com:camgunz/cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
camgunz committed Nov 11, 2014
2 parents 9ec9aea + d8da71d commit 337c49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,8 @@ bool cmp_write_object(cmp_ctx_t *ctx, cmp_object_t *obj) {
return cmp_write_fixext8_marker(ctx, obj->as.ext.type);
case CMP_TYPE_FIXEXT16:
return cmp_write_fixext16_marker(ctx, obj->as.ext.type);
case CMP_TYPE_STR8:
return cmp_write_str8_marker(ctx, obj->as.str_size);
case CMP_TYPE_STR16:
return cmp_write_str16_marker(ctx, obj->as.str_size);
case CMP_TYPE_STR32:
Expand Down

0 comments on commit 337c49b

Please sign in to comment.