Put in comments about why these assignments exist
This commit was SVN r7146.
Этот коммит содержится в:
родитель
7e4f696501
Коммит
a7fbb0f95e
@ -330,6 +330,8 @@ static int parse_range(char *base, char *range, char ***names)
|
||||
|
||||
len = strlen(range);
|
||||
base_len = strlen(base);
|
||||
/* Silence compiler warnings; start and end are always assigned
|
||||
properly, below */
|
||||
start = end = 0;
|
||||
|
||||
/* Look for the beginning of the first number */
|
||||
|
@ -268,6 +268,8 @@ static int parse_range(char *base, char *range, char ***names)
|
||||
|
||||
len = strlen(range);
|
||||
base_len = strlen(base);
|
||||
/* Silence compiler warnings; start and end are always assigned
|
||||
properly, below */
|
||||
start = end = 0;
|
||||
|
||||
/* Look for the beginning of the first number */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user