Skip to content

Commit

Permalink
fix split line bug
Browse files Browse the repository at this point in the history
Change-Id: I4fdf3b7b23fbb2340427d06a7eadd88e081effb6
  • Loading branch information
hyzgh committed Aug 21, 2019
1 parent 5cb8bab commit 106ebb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fpdf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2599,7 +2599,6 @@ func (f *Fpdf) MultiCell(w, h float64, txtStr, borderStr, alignStr string, fill
ls := 0
ns := 0
nl := 1
srune := []rune(s)
for i < nb {
// Get next character
var c rune
Expand Down

0 comments on commit 106ebb3

Please sign in to comment.