[tfman] proper structure paths #2457

pull/2478/head
nick black 3 years ago
parent 83976af4b4
commit 6685815c7f
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -111,6 +111,8 @@ int docstructure_add(docstructure* ds, const char* title, int line,
if((addpath[z] = ds->curpath[z]) == UINT_MAX){
ds->curpath[z] = 0;
addpath[z] = 0;
}else if(z == level){
addpath[z] = ++ds->curpath[z];
}
++z;
}

Loading…
Cancel
Save