Skip to content

Commit

Permalink
Fix an issue which would cause an incorrect CDI header
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazade committed May 23, 2017
1 parent 0a1539b commit 17a1f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdi4dc/src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void write_cdi_head_end(FILE* cdi, char* volumename, long total_cdi_space_used,

int i;
unsigned char volumename_length;
unsigned long cdi_header_pos;
uint32_t cdi_header_pos;

volumename_length = strlen(volumename);

Expand Down

0 comments on commit 17a1f9b

Please sign in to comment.