Deend UID

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 10:55:00 -04:00
parent 2b26dde31e
commit ce52726f29
2 changed files with 7 additions and 1 deletions
@@ -277,6 +277,11 @@ long WrenchJobManagerList( CVars in, CVars &out){
CVars rec;
map_to_cvars(f, rec);
snprintf(vname, sizeof (vname), "depend_uid_%05d", i);
out[vname] = rec["depend_uid"];
snprintf(vname, sizeof (vname), "id_%05d", i);
out[vname] = rec["id"];