Skip to content

Commit

Permalink
fix: change files
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Jun 12, 2024
1 parent 22a4a2b commit d5dd5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/benchUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ int convertStringToDatatype(char *type, int length) {
}
}


int compare(const void *a, const void *b) {
return *(int64_t *)a - *(int64_t *)b;
}
Expand Down

0 comments on commit d5dd5e6

Please sign in to comment.