From: Lee Sangsoo Date: Thu, 6 Sep 2012 06:07:31 +0000 (+0900) Subject: bug fix X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=platform%2Fcore%2Fconnectivity%2Fnfc-manager.git bug fix --- diff --git a/src/commonlib/net_nfc_util_ndef_parser.c b/src/commonlib/net_nfc_util_ndef_parser.c index 23a1632..a78874e 100755 --- a/src/commonlib/net_nfc_util_ndef_parser.c +++ b/src/commonlib/net_nfc_util_ndef_parser.c @@ -429,7 +429,7 @@ net_nfc_error_e __phFriNfc_NdefRecord_Generate(ndef_record_s *Record, if (FlagCheck == NET_NFC_NDEF_TNF_EMPTY) { /* fill the typelength idlength and payloadlength with zero(empty message)*/ - for (i = 0; i < 3; i++) + for (i = 0; i < 2; i++) { *Buffer = SLP_FRINET_NFC_NDEFRECORD_BUF_TNF_VALUE; Buffer++;