Skip to content
Snippets Groups Projects
Commit c70c0367 authored by Norodom Thomas's avatar Norodom Thomas
Browse files

correction set-flag

parent 6f47cfd4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ void set_flag(int number, int *sign_flag)
return;
}
if (number > 0)
if (number >= 0)
{
*sign_flag = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment