зеркало из https://github.com/microsoft/git.git
archive.c: have SP around arithmetic operators
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
ea6640ec3e
Коммит
b1cdfb54f1
|
@ -440,7 +440,7 @@ static int match_extension(const char *filename, const char *ext)
|
|||
* prefix is non-empty (k.e., we don't match .tar.gz with no actual
|
||||
* filename).
|
||||
*/
|
||||
if (prefixlen < 2 || filename[prefixlen-1] != '.')
|
||||
if (prefixlen < 2 || filename[prefixlen - 1] != '.')
|
||||
return 0;
|
||||
return !strcmp(filename + prefixlen, ext);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче