accidentally committed an = too little, which caused all unknown values to result in 'not building', which was not the intention
This commit is contained in:
@ -178,7 +178,7 @@ static void findJobsWrapped(EvalState & state, XMLWriter & doc,
|
||||
Bindings());
|
||||
}
|
||||
|
||||
else if (v.type = tNull) {
|
||||
else if (v.type == tNull) {
|
||||
// allow null values, meaning 'do nothing'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user