This commit is contained in:
Coarse Rosinflower 2026-04-08 22:43:38 -04:00 committed by GitHub
parent f70b8c7ff3
commit a6c016574b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
clay.h
View file

@ -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 "")