(After perusing the td.rs code: perhaps I am misreading some assertions)

Hmmm ... you do realize that only BIN/STRING/I18NSTRING types are scalars? 
Specifically, that means that CHAR and INT* types return a pointer to an array 
with count items.

Of course BIN is an array of octets, and STRING is an array of chars: but CHAR 
and INT* are arrays possibly of size 1.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/429#issuecomment-381632025
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to