Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
transfig
1b09a8.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1b09a8.patch of Package transfig
From 1b09a885a8f0309bf1170ddcf07673801c79f895 Mon Sep 17 00:00:00 2001 From: Thomas Loimer <thomas.loimer@tuwien.ac.at> Date: Tue, 28 Sep 2021 21:58:41 +0200 Subject: [PATCH] Correct a typo causing incorrect eps import, #137 --- fig2dev/dev/readeps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git fig2dev/dev/readeps.c fig2dev/dev/readeps.c index a7d6008..efeb33e 100644 --- fig2dev/dev/readeps.c +++ fig2dev/dev/readeps.c @@ -346,7 +346,7 @@ read_eps(F_pic *pic, struct xfig_stream *restrict pic_stream, int *llx,int *lly) } *llx = floor(rllx); *lly = floor(rlly); - pic->bit_size.x = (int)(rurx - rlly); + pic->bit_size.x = (int)(rurx - rllx); pic->bit_size.y = (int)(rury - rlly); break; } -- 2.28.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor