mirror of
https://github.com/nicbarker/clay.git
synced 2026-07-31 04:19:10 +00:00
Fix #189
This commit is contained in:
parent
f70b8c7ff3
commit
a6c016574b
1 changed files with 1 additions and 1 deletions
2
clay.h
2
clay.h
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
#define CLAY_SIDI_LOCAL(label, index) Clay__HashStringWithOffset(label, index, Clay_GetOpenElementId())
|
||||
|
||||
#define CLAY__STRING_LENGTH(s) ((sizeof(s) / sizeof((s)[0])) - sizeof((s)[0]))
|
||||
#define CLAY__STRING_LENGTH(s) ((sizeof(s) / sizeof((s)[0])) - 1)
|
||||
|
||||
#define CLAY__ENSURE_STRING_LITERAL(x) ("" x "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue