buildertool: Fix template handling
We were not properly parsing the error message here, leading to badness.
This commit is contained in:
@@ -116,7 +116,7 @@ parse_template_error (const char *message,
|
||||
*p = '\0';
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return *class_name && *parent_name;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
||||
Reference in New Issue
Block a user