Skip to content

Commit

Permalink
Small fix to '[ Applying Tags ]' message
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjaren committed Jan 7, 2013
1 parent 55a3d20 commit 07c099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redoflacs
Expand Up @@ -1058,7 +1058,7 @@ __print_applying_tags () {
# 7 Spaces
# 3 Characters: [/]
# 2 Gap and ellipsis (…)
max_filename_length="$(( ${columns} - ${#iteration} - ${total_flacs_length} - 28 ))"
max_filename_length="$(( ${columns} - ${#iteration} - ${total_flacs_length} - 29 ))"

# Create and cull filename if needed returned as ${filename}
__filename
Expand Down

0 comments on commit 07c099d

Please sign in to comment.