mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
Add missing 'const' qualifier.
* libguile/stime.c (tzvar): Add 'const'.
This commit is contained in:
parent
abb0b54be8
commit
b505ad9ad3
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ filltime (struct tm *bd_time, int zoff, const char *zname)
|
|||
return result;
|
||||
}
|
||||
|
||||
static char tzvar[3] = "TZ";
|
||||
static const char tzvar[3] = "TZ";
|
||||
|
||||
/* if zone is set, create a temporary environment with only a TZ
|
||||
string. other threads or interrupt handlers shouldn't be allowed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue