update cv2
This commit is contained in:
parent
6345ef4aef
commit
38bfc1df54
@ -21,7 +21,7 @@ int comparator(const void* a, const void* b)
|
||||
}
|
||||
if (A.price == B.price)
|
||||
{
|
||||
return 0;
|
||||
return strcmp(A.name, B.name);
|
||||
}
|
||||
if (A.price > B.price)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user