Skip to content

Commit

Permalink
src/woeusb: chk_for_big_files: Add func. param. qty. assertion
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 8, 2018
1 parent 16c4d2b commit 805d04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ workaround_buggy_motherboards_that_ignore_disks_without_boot_flag_toggled(){

## Check every file in source directory for files bigger than max fat32 file size (~4GB)
check_for_big_files(){
util_check_function_parameters_quantity 1 $#
local -r source_fs_mountpoint="${1}"
local IFS_backup=$IFS

Expand Down

0 comments on commit 805d04f

Please sign in to comment.