Skip to content

Commit

Permalink
MSVC debug?
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 31, 2023
1 parent 09b45e4 commit 6c09ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c/driver/sqlite/statement_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static AdbcStatusCode ArrowDate32ToIsoString(int32_t value, char** buf,

#if defined(_WIN32)
if (gmtime_s(&broken_down_time, &time) != 0) {
printf("not able to use time value of %lld\n", time);
SetError(error, "Could not convert date %" PRId32 " to broken down time", value);

return ADBC_STATUS_INVALID_ARGUMENT;
Expand Down

0 comments on commit 6c09ee9

Please sign in to comment.