projects
/
platform
/
core
/
connectivity
/
nfc-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd4cbb
)
bug fix
2.0alpha
master
2.0_alpha
accepted/tizen/20130520.102802
submit/master/20120920.151048
submit/tizen/20130517.015455
author
Lee Sangsoo
<constant.lee@samsung.com>
Thu, 6 Sep 2012 06:07:31 +0000
(15:07 +0900)
committer
Lee Sangsoo
<constant.lee@samsung.com>
Thu, 6 Sep 2012 06:36:06 +0000
(15:36 +0900)
src/commonlib/net_nfc_util_ndef_parser.c
patch
|
blob
|
history
diff --git
a/src/commonlib/net_nfc_util_ndef_parser.c
b/src/commonlib/net_nfc_util_ndef_parser.c
index 23a16326d0d86fd0ad22d479624e5524935bb432..a78874e060a2bf455b32898bc13bdb620468dba9 100755
(executable)
--- 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++;