tag: Create new path when writing a new Record
authorSamuel Ortiz <sameo@linux.intel.com>
Sun, 10 Nov 2013 16:50:00 +0000 (17:50 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 10 Nov 2013 16:57:09 +0000 (17:57 +0100)
commit51996f20c2bd5280050bad644eceff8ddcd57e9a
tree0a53a08d62942ea4981928803cbcd62d0fc2a2db
parent196262d4e0a45f3f2262ebaab81edb1427c32aee
tag: Create new path when writing a new Record

By resetting n_records to 0 after successfully writing a new Record, the
newly written Record would be exposed with the same path as the previous
one.
n_records become next_record and tracks the next available record index.
src/tag.c