Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amundhov/legendary
Browse files Browse the repository at this point in the history
  • Loading branch information
amundhov committed Jul 16, 2011
2 parents e9f31a6 + f1c6957 commit 5b70615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c3dsparser.h
Expand Up @@ -61,7 +61,7 @@ class C3dsParser {
fread(ret, sizeof(T), count, m_file);
}
else {
for ( int i=0; i<count; i++ ){
for (unsigned int i=0; i<count; i++ ){
fread(&ret[i], sizeof(T), 1, m_file);
skip(tailSkip);
}
Expand Down

0 comments on commit 5b70615

Please sign in to comment.