Skip to content

Commit

Permalink
mui2: test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Sep 27, 2018
1 parent ee9bbd8 commit d042427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsis/gvim.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -1594,8 +1594,8 @@ Function _VimCalcEstimatedSize

Push $R2
${If} ${SectionIsSelected} $1
${Logged1} SectionGetSize $1 $R2
${Logged1} IntOp $4 $4 + $R2
${Logged2} SectionGetSize $1 $R2
${Logged4} IntOp $4 $4 + $R2
${EndIf}
Pop $R2
StrCpy $0 $4
Expand Down

0 comments on commit d042427

Please sign in to comment.