Advertisement
shchuko

fsw print str

Dec 22nd, 2020
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. int i;
  2. DEBUG ((EFI_D_INFO, "GLS: dir_get: parent=%d name: ", d->g.dnode_id));
  3. for (i = 0; i < name->len; i++)
  4.   DEBUG((EFI_D_INFO, "%c", ((fsw_u16 *)name->data)[i]));
  5. DEBUG((EFI_D_INFO, "\n"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement