Skip to content
Snippets Groups Projects
Commit a0197e0c authored by erwan's avatar erwan
Browse files

soc2c: fix change acc2dbb3 that used memcmp to perform array comparisons

Indeed,
   x=y iff memcmp(x,y) == 0
not
   x=y iff memcmp(x,y) != 0
!
parent ff567b8a
No related branches found
No related tags found
No related merge requests found
Loading
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