Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit942802f

Browse files
committed
Fix non-local use of ret
1 parenta941752 commit942802f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎liquidprompt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,11 +1534,11 @@ _lp_fill() {
15341534
# Remove any escaped character from fillchars,
15351535
# to avoid any costly __lp_strip_escape call on a potentially long
15361536
# sequence of characters.
1537+
local ret
15371538
__lp_strip_escapes"$fillchars"
15381539
fillchars="$ret"
15391540

15401541
# Compute the gap between left and right.
1541-
local ret
15421542
__lp_strip_escapes"${left}"
15431543
local left_as_text="$ret"
15441544
__lp_strip_escapes"${right}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp