lua_pushfstring only allows %d not %x

Stupid JTE.
This commit is contained in:
Yukita Mayako 2015-06-10 11:06:56 -04:00
parent 6ac5013802
commit 06b82d172b
1 changed files with 1 additions and 1 deletions

View File

@ -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;