From d69a63c10cdb3be4c266c4a86294e93519cafca7 Mon Sep 17 00:00:00 2001 From: David Mathog <> Date: Tue, 25 Sep 2012 22:37:39 +0200 Subject: Changes from 2012-09-24 (bzr r11668.1.13) --- src/extension/internal/uemf_endian.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/extension/internal/uemf_endian.c b/src/extension/internal/uemf_endian.c index 38a435b00..703714bbb 100644 --- a/src/extension/internal/uemf_endian.c +++ b/src/extension/internal/uemf_endian.c @@ -14,8 +14,8 @@ /* File: uemf_endian.h -Version: 0.0.4 -Date: 25-JUL-2012 +Version: 0.0.8 +Date: 17-SEP-2012 Author: David Mathog, Biology Division, Caltech email: mathog@caltech.edu Copyright: 2012 David Mathog and California Institute of Technology (Caltech) @@ -1540,6 +1540,7 @@ void U_EMRGRADIENTFILL_swap(char *record, int torev){ if(nTriVert){ trivertex_swap((PU_TRIVERTEX)(record),nTriVert); // TriVert[] } + record += nTriVert * sizeof(U_TRIVERTEX); if(nGradObj){ if( ulMode == U_GRADIENT_FILL_TRIANGLE){ gradient3_swap((PU_GRADIENT3)(record), nGradObj); // GradObj[] -- cgit v1.2.3