don/NDEF

NdefRecord::encode id bug

Closed this issue · 3 comments

The payload is copied before the id, which results in a corrupted record. The payload should be copied after the id.
The bug is between lines 173 and 180 of NdefRecord.cpp

Created a pull request for this here - #31

don commented

screen shot 2015-12-08 at 4 23 28 pm

don commented

Fixed in pull request #31