Changed some arrays of char* to arrays of char[] to reduce data size and
run-time relocations.
This commit is contained in:
@@ -96,7 +96,7 @@ const char * const Curl_month[]=
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
|
||||
|
||||
struct tzinfo {
|
||||
const char *name;
|
||||
char name[5];
|
||||
int offset; /* +/- in minutes */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user