Skip to content

Commit

Permalink
Fixed result print.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockoS committed Oct 19, 2023
1 parent 29b857b commit 0571cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/youkai_douchuuki/password.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ int main() {
}
fputwc(L' ', stdout);
for(size_t k=0; k<8; k++) {
wprintf(L"%02x ", g_blob[password_infos[j].offset]);
wprintf(L"%02x ", g_blob[password_infos[j].offset+k]);
}
fputwc(L'\n', stdout);
}
Expand Down

0 comments on commit 0571cd4

Please sign in to comment.