Skip to content
Snippets Groups Projects
Commit a97d380f authored by Bernard Blackham's avatar Bernard Blackham
Browse files

Print entire command

parent 695e901d
Branches
Tags
No related merge requests found
......@@ -36,6 +36,6 @@ int main(int argc, char** argv) {
crc = docrc(((char*)&msgid), 1, 0, crc);
crc = docrc(password, strlen(password), 0, crc);
crc = docrc(message, strlen(message), 0, crc);
printf("%04x\n", crc);
printf("%s|%04x\n", message, crc);
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment