(API Change) Unsquish libobs/util

Changed:                      To:
-----------------------------------------------------------
dstr_isempty                  dstr_is_empty
cf_lexer_gettokens            cf_lexer_get_tokens
cf_preprocessor_gettokens     cf_preprocessor_get_tokens
This commit is contained in:
jp9000
2014-08-05 13:38:24 -07:00
parent 04712b5fe9
commit 9d300685ca
12 changed files with 22 additions and 21 deletions

View File

@@ -515,7 +515,7 @@ static void gl_write_main_storage_assign(struct gl_shader_parser *glsp,
dstr_free(&src_copy);
} else {
if (!dstr_isempty(&dst_copy))
if (!dstr_is_empty(&dst_copy))
dstr_cat_dstr(&glsp->gl_string, &dst_copy);
dstr_cat(&glsp->gl_string, " = ");
if (src)