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

View file

@ -71,7 +71,7 @@ struct hook_s
}; };
typedef struct hook_s* hook_p; typedef struct hook_s* hook_p;
#define FMT_HOOKID "hook_%04x" #define FMT_HOOKID "hook_%d"
hook_p roothook; hook_p roothook;