eolian gen2: use length_get when enclosing include guards

This commit is contained in:
Daniel Kolesa 2016-09-15 15:49:16 +02:00
parent b70299fd35
commit e92ce1bd72
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static void _fill_all_outs(char **outs, const char *val)
static Eina_Strbuf *
_include_guard(const char *fname, const char *gname, Eina_Strbuf *buf)
{
if (!buf || !eina_strbuf_string_get(buf))
if (!buf || !eina_strbuf_length_get(buf))
return buf;
if (!gname)