1
1

Put in comments about why these assignments exist

This commit was SVN r7146.
Этот коммит содержится в:
Jeff Squyres 2005-09-02 10:27:23 +00:00
родитель 7e4f696501
Коммит a7fbb0f95e
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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 */