Pay more attention to tag extension return codes
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 4 Dec 2008 19:55:52 +0000 (21:55 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 4 Dec 2008 19:55:52 +0000 (21:55 +0200)
commite232344a496798e4ca143630a127d8ead086eb7c
tree8de1b8b8acb1b1f974b52ee3108319d7912681be
parent1f61d628fdd07a11aa7a84dc15a74150865e575f
Pay more attention to tag extension return codes
- behave like headerGet() does and return failure if there's no data
  to return
- some cases where we used to return nothing previously now return (none)
  in query, but the former behavior was inconsistent between tags
- not sure if (none) is really wanted for a return of no value always,
  but at least it's consistent now
lib/tagexts.c