update cv2

This commit is contained in:
Ivan Leichenko 2024-10-07 14:35:16 +02:00
parent 6345ef4aef
commit 38bfc1df54

View File

@ -21,7 +21,7 @@ int comparator(const void* a, const void* b)
} }
if (A.price == B.price) if (A.price == B.price)
{ {
return 0; return strcmp(A.name, B.name);
} }
if (A.price > B.price) if (A.price > B.price)
{ {