Skip to content
Snippets Groups Projects
Commit 06b82d17 authored by Yukita Mayako's avatar Yukita Mayako
Browse files

lua_pushfstring only allows %d not %x

Stupid JTE.
parent 6ac50138
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ struct hook_s
};
typedef struct hook_s* hook_p;
#define FMT_HOOKID "hook_%04x"
#define FMT_HOOKID "hook_%d"
hook_p roothook;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment