cake
/
p7utils
Archived
1
0
Fork 0

getcapacity -> getfreemem

This commit is contained in:
Thomas Touhey 2017-01-31 11:31:49 +01:00
parent fdfabb49e8
commit 50a8161af8
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ int main(int ac, char **av)
/* get capacity */
p7uint_t capacity;
err = p7_getcapacity(handle, args.storage, &capacity);
err = p7_getfreemem(handle, args.storage, &capacity);
if (err) break;
/* optimize if required */