Skip to content

Broken example in README #40

Description

@spth

The example in the README has the following line:

printf("node %i has degree %d\n", git.curr);

There are two conversion specifiers (%i and %d) in the call to printf(), but there is only one parameter corresponding to a conversion specifier. Furthermore, both %i and %d expect arguments of type int, but the one argument is of type int64_t.

Philipp

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