mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
afsd (FUSE): Avoid a compilation error and spell it "asprintf" not "asprint".
Change-Id: I126e9c57877e4969af68dcc4ec1fd1786ecfbd4e Reviewed-on: http://gerrit.openafs.org/7479 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
0e81db38b5
commit
85626606e9
@ -77,7 +77,7 @@ afs_path(const char *apath)
|
||||
static const char prefix[] = "/afs/";
|
||||
char *path;
|
||||
|
||||
asprint(&path, "%s%s", prefix, apath);
|
||||
asprintf(&path, "%s%s", prefix, apath);
|
||||
|
||||
return path;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user