Closed MatthewWilcock closed 8 years ago
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 - https://github.com/don/NDEF/pull/31
Fixed in pull request #31
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