intel / kernelflinger

BSD 2-Clause "Simplified" License
65 stars 67 forks source link

kf4cic: change string compare function without case sensitivity #43

Closed zhouji3x closed 5 years ago

zhouji3x commented 5 years ago

StriCmp is not always a string compare function without case sensitivity. Replace StriCmp with StrcaseCmp which is a string compare function without case sensitivity.

Tracked-On: OAM-88246 Signed-off-by: JianFeng,Zhou jianfeng.zhou@intel.com