microsoft / mu_feature_config

Project Mu - Feature Repo - UEFI User Config and Management Support
https://microsoft.github.io/mu/
Other
19 stars 24 forks source link

SetupDataPkg/ConfApp: Fix incorrect type used in a GUID print #381

Closed congmomo closed 2 months ago

congmomo commented 2 months ago

Description

The DEBUG message will throughout expectations, due to pass wrong type variable.
The %g parameter need to pass the GUID pointer not the variable itself. so chang TargetGuids[i] to &TargetGuids[i]

How This Was Tested

Test have been run on an Arm based simulator. No exception throughout after adding the &.

Integration Instructions

N/A

apop5 commented 2 months ago

@congmomo

Can you please fill out the PR description?

And thank you for the PR.

makubacki commented 2 months ago

I updated the PR title to what I think was intended.