1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
1999-08-31  Ulrich Drepper  <drepper@cygnus.com>

	* time/strftime.c (my_strftime): Remove unneeded variable len.

	* time/strptime.c: Undo last change.
This commit is contained in:
Ulrich Drepper
1999-08-31 07:40:00 +00:00
parent 4b10dd6c19
commit a4f4b72b80
5 changed files with 11 additions and 2 deletions

View File

@@ -1202,7 +1202,6 @@ my_strftime (s, maxsize, format, tp ut_argument)
/* The wide name is after the single byte name and
format. */
char *tcp = strchr (era->name_fmt, '\0') + 1;
size_t len;
subfmt = (wchar_t *) (strchr (tcp, '\0') + 1);
subfmt = wcschr (subfmt, L'\0') + 1;
# else