W dniu 15.05.2023 o 15:14, Rebecca Cran pisze:
On 5/15/23 04:24, Marcin Juszkiewicz wrote:
+ /* If we are on platform version 0.0 then there is no more data for
us in DeviceTree */
+ if ((Arg0 == 0) & (Arg1 == 0))
+ {
+ return EFI_SUCCESS;
+ }
Should that be "&&" instead of "&"?
Ops, yes. Always forgetting does C has "if ( (this) and (that) )" and
then use wrong &/&& variant.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#104872): https://edk2.groups.io/g/devel/message/104872
Mute This Topic: https://groups.io/mt/98900381/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-