From dcf67262396d2021c19b9b169dae4422c7e65631 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 3 Mar 2018 21:29:45 -0500 Subject: [PATCH] More TODOs. --- common/attribute.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/attribute.c b/common/attribute.c index da137349..79273bef 100644 --- a/common/attribute.c +++ b/common/attribute.c @@ -38,6 +38,7 @@ static uiAttribute *newAttribute(uiAttributeType type) } // returns a to allow expressions like b = uiprivAttributeRetain(a) +// TODO would this allow us to copy attributes between strings in a foreach func, and if so, should that be allowed? uiAttribute *uiprivAttributeRetain(uiAttribute *a) { a->ownedByUser = 0;