提交 3620dbb5 编写于 作者: J jp9000

libobs: Fix warning

Should have used size_t here instead of int.
上级 ff6cf508
......@@ -58,7 +58,7 @@ static int load_module_exports(struct obs_module *mod, const char *path)
static inline char *get_module_name(const char *file)
{
static int ext_len = 0;
static size_t ext_len = 0;
struct dstr name = {0};
if (ext_len == 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册