Skip to content

Commit

Permalink
Update LoopData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Jan 12, 2023
1 parent c00588f commit d111d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoopData.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct alignas(16) LoopData {
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
};
snprintf(date, INT8_MAX, "%.3s, %.2d %.3s %d %.2d:%.2d:%.2d GMT",
snprintf(date, 32, "%.3s, %.2d %.3s %d %.2d:%.2d:%.2d GMT",
wday_name[tstruct.tm_wday],
tstruct.tm_mday,
mon_name[tstruct.tm_mon],
Expand Down

0 comments on commit d111d19

Please sign in to comment.