Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Nov 24, 2024
1 parent 043b9c5 commit 75ffdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/runtime/vdatetime_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ static char* append_with_prefix(const char* str, int str_len, char prefix, int t
return to + str_len;
}

int VecDateTimeValue::compute_format_len(const char* format, int len) {
int VecDateTimeValue::compute_format_len(const char* format, size_t len) {
int size = 0;
const char* ptr = format;
const char* end = format + len;
Expand Down

0 comments on commit 75ffdb9

Please sign in to comment.