Skip to content

ternary logic typo introduced in evdi_prime_import_sg_table() #563

@dirkmueller

Description

@dirkmueller

npages = npages < npages_sg ? npages_sg : npages_sg;

evaluates to npages_sg regardless of the condition. most likely this was supposed to be something else.

introduced in 2f0b611

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions