Add a cast to silence a warning (error because of WARNS=2) on Alpha.
Discussed with: des
This commit is contained in:
parent
02f08354f6
commit
fe5200b07e
@ -468,7 +468,7 @@ fetch(char *URL, const char *path)
|
||||
else
|
||||
++slash;
|
||||
asprintf(&tmppath, "%.*s.fetch.XXXXXX.%s",
|
||||
slash - path, path, slash);
|
||||
(int)(slash - path), path, slash);
|
||||
}
|
||||
|
||||
if (tmppath != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user