Skip to content

Commit

Permalink
Resolve issue #4: Digital key value
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jul 1, 2016
1 parent 944da2f commit 3c784bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bncsutil/cdkeydecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ int CDKeyDecoder::processWarCraft3Key() {
}
#endif

value1 = LSB4(*(uint32_t*) (((char*) values) + 2)) & 0xFFFFFF00;
value1 = LSB4(*(uint32_t*) (((char*) values) + 2)) & 0xFFFFFF03;

w3value2 = new char[10];
#if LITTLEENDIAN
Expand Down

0 comments on commit 3c784bf

Please sign in to comment.