diff options
Diffstat (limited to 'source/xap/gv/gv-bounding-box.patch')
-rw-r--r-- | source/xap/gv/gv-bounding-box.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/gv/gv-bounding-box.patch b/source/xap/gv/gv-bounding-box.patch index 4cfcb742..8c9e0d01 100644 --- a/source/xap/gv/gv-bounding-box.patch +++ b/source/xap/gv/gv-bounding-box.patch @@ -7,7 +7,7 @@ index 2428bcc..822b65a 100644 p++; fury = strtod(p, &pe); - if (*pe != '\n' && *pe != '\0' && *pe != ' ' && *pe != '\t') { -+ if (*pe != '\n' && *pe != '\r'&& *pe != '\0' && *pe != ' ' && *pe != '\t') { ++ if (*pe != '\n' && *pe != '\r' && *pe != '\0' && *pe != ' ' && *pe != '\t') { return 0; } |