summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyzgh <31174102+hyzgh@users.noreply.github.com>2019-08-21 18:30:32 +0800
committerhyzgh <31174102+hyzgh@users.noreply.github.com>2019-08-21 18:30:32 +0800
commit106ebb343df00b76335e7932cb74baf76be0b09e (patch)
tree7e545a9515cad123ccf1e59e81784a0dc58cde2f
parent5cb8bab84fe08b93191ed0385c016592d2ac7cc4 (diff)
fix split line bug
Change-Id: I4fdf3b7b23fbb2340427d06a7eadd88e081effb6
-rw-r--r--fpdf.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdf.go b/fpdf.go
index 7c53811..d64a324 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -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