buildertool: Fix template handling

We were not properly parsing the error message
here, leading to badness.
This commit is contained in:
Matthias Clasen 2022-10-19 02:40:10 -04:00
parent 917aa7928d
commit 64cf31f348

View File

@ -116,7 +116,7 @@ parse_template_error (const char *message,
*p = '\0';
}
return TRUE;
return *class_name && *parent_name;
}
static gboolean