Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:atomizer/muledump.git
Browse files Browse the repository at this point in the history
  • Loading branch information
atomizer committed Jul 1, 2014
2 parents 40162a7 + 6f78bca commit 41d6123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mulelogin.au3
Expand Up @@ -51,7 +51,7 @@ Func _length($string)
$binlength &= Mod($declength,2)
$declength = Floor($declength/2)
WEnd
$binlength = _StringReverse($binlength)
$binlength = StringReverse($binlength)
$binlength = $binlength & "1"
$array = StringSplit($binlength,"")
For $i = 1 To $array[0]
Expand Down

0 comments on commit 41d6123

Please sign in to comment.