New-line fix caused extra spaces between each character.

develop
Icedream 2016-06-19 23:34:57 +02:00
parent 8696313f8e
commit ae1dce4bce
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
var (
ErrCorruptedImage = errors.New("Corrupted image.")
rxNewlines = regexp.MustCompile(`(?:\r?\n)*`)
rxNewlines = regexp.MustCompile(`(?:\r?\n)+`)
)
const (