Skip to content
Snippets Groups Projects
Commit 1c4ce2a9 authored by Éric Thiébaut's avatar Éric Thiébaut
Browse files

Magic number in uppercase hexadecimal

parent 47017494
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@ if (batch()) {
exit, swrite(format="error: %s", "invalid value for N");
}
x = tao_magic(n);
exit, swrite(format="0x%08x", x);
exit, swrite(format="0x%08X", x);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment