]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/JsonLib: Fix the mistake of removing code by a accident
authorAbner Chang <abner.chang@hpe.com>
Fri, 29 Jan 2021 03:54:11 +0000 (11:54 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 24 Feb 2021 08:57:32 +0000 (08:57 +0000)
commitbd158441d610d7cb7be0df775b73aeb8ad5e5586
treec29ec1d6b489a7afb2b3335101b881c03da11ce8
parent5d7b5cd10569f3098c8a51c10a94bf2f6cc45bf5
RedfishPkg/JsonLib: Fix the mistake of removing code by a accident

json_string_value() in JsonValueGetAsciiString () is removed by a accident
when clean up the code.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
RedfishPkg/Library/JsonLib/JsonLib.c