Skip to content

Commit

Permalink
Revert "Fix sprintf type issue in TlvJson (#15772)" (#15779)
Browse files Browse the repository at this point in the history
This reverts commit 878550f.
  • Loading branch information
woody-apple authored and pull[bot] committed Oct 19, 2023
1 parent 3e9eb07 commit 2334624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/support/jsontlv/TlvJson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ struct KeyContext
key = listIndex;
}

KeyType keyType = kRoot;
uint32_t key = 0;
KeyType keyType = kRoot;
unsigned int key = 0;
};
} // namespace

Expand Down

0 comments on commit 2334624

Please sign in to comment.