mirror of
https://github.com/reactos/ccache.git
synced 2025-01-24 20:34:51 +00:00
- updated to v1.7
- added a comment
This commit is contained in:
parent
7ef3b29b46
commit
b74bf9f12e
2
ccache.c
2
ccache.c
@ -218,6 +218,8 @@ static void find_hash(ARGS *args)
|
||||
hash_file(args->argv[i]+8);
|
||||
continue;
|
||||
}
|
||||
|
||||
/* all other arguments are included in the hash */
|
||||
hash_string(args->argv[i]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user