Skip to content

Commit

Permalink
unify data types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Aug 7, 2014
1 parent 61ecff3 commit c3977bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/AssbinExporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ inline size_t WriteBounds(IOStream * stream, const T* in, unsigned int size)
uint8_t* buffer;
uint32_t magic;
IOStream * container;
uint32_t cur_size, cursor, initial;
size_t cur_size, cursor, initial;

private:
// -------------------------------------------------------------------
Expand Down

0 comments on commit c3977bd

Please sign in to comment.