fix error message
This commit is contained in:
parent
98cf0429f8
commit
90dad98220
|
@ -5697,7 +5697,7 @@ static Scheme_Object *file_or_dir_permissions(int argc, Scheme_Object *argv[])
|
|||
scheme_raise_exn(MZEXN_FAIL_FILESYSTEM,
|
||||
"file-or-directory-permissions: update failed due to"
|
||||
" unsupported bit combination\n"
|
||||
" path: %c\n"
|
||||
" path: %s\n"
|
||||
" permission value: %d",
|
||||
filename_for_error(argv[0]),
|
||||
new_bits);
|
||||
|
|
Loading…
Reference in New Issue
Block a user