Update LoopData.h
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ public:
|
|||||||
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
|
"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],
|
wday_name[tstruct.tm_wday],
|
||||||
tstruct.tm_mday,
|
tstruct.tm_mday,
|
||||||
mon_name[tstruct.tm_mon],
|
mon_name[tstruct.tm_mon],
|
||||||
|
|||||||
Reference in New Issue
Block a user