Skip to content

Parsing issue for max_pages_limit #599

@darthShadow

Description

@darthShadow

newLim, err := strconv.Atoi(string(d))

should instead be:

newLim, err := strconv.Atoi(strings.TrimSpace(string(d)))

because the value ends with a newline.

Would have sent a gerrit PR but it's such a minor fix that I didn't want to go through all the trouble of setting up a new account etc., sorry ... 😛

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions