1
0
forked from GitHub/gf-core

gfse: display "??" instead of "null" in linearization types when lincats are missing

This commit is contained in:
hallgren
2012-09-30 19:47:30 +00:00
parent 996f79f875
commit 5f3e3e8fa2

View File

@@ -1359,6 +1359,7 @@ function lintype(g,conc,igs,dc,type) {
function lincat(cat) {
return dc[cat]
? (dc[cat]==g.basename ? cat_lincat(conc,cat) : ihcat_lincat(cat))
|| "??"
: cat+"??"
}
return type.map(lincat)