Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

permission: fix data types in PrintTree #48770

Merged
merged 1 commit into from
Jul 14, 2023

Commits on Jul 14, 2023

  1. permission: fix data types in PrintTree

    * The first argument `node` should be a const pointer.
    * The second argument `spaces` should not be a signed integer type.
    * The local variable `child` should be size_t.
    * The local variable `pair` in the range declaration should be a
      reference type to avoid copying the object.
    
    Refs: nodejs#48677
    tniessen committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    024af08 View commit details
    Browse the repository at this point in the history