Skip to content

bugs for file "priority-queue/ext/priority_queue/CPriorityQueue/priority_queue.c" #3

@kiddy818

Description

@kiddy818

L820 rb_funcall(Qnil, id_format, 4, rb_str_new2("NODE%i -> NODE%i;\n"),
^ 4 -> 3
L821 ULONG2NUM((unsigned long) n), ULONG2NUM((unsigned long) n1)));

here has 2 %i parameter, so the 3rd parameter value should be 3.
rb_funcall(Qnil, id_format, 3, rb_str_new2("NODE%i -> NODE%i;\n"),
^

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