fx: fix linux compilation

This commit is contained in:
2026-05-29 20:20:05 +01:00
parent d9835cea0b
commit 34a8ccff95
+1 -1
View File
@@ -359,7 +359,7 @@ fx_status cstr_to_size(const char *in, size_t *out)
return FX_ERR_BAD_STATE; return FX_ERR_BAD_STATE;
} }
if (v > SIZE_T_MAX) { if (v > SIZE_MAX) {
return FX_ERR_BAD_STATE; return FX_ERR_BAD_STATE;
} }