From 7edeed5a4fae0199a65dc724c2c131d4d120bf28 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Oct 2004 11:05:26 +0200 Subject: strip out c99-isms for msvc --- tree/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tree/path.c') diff --git a/tree/path.c b/tree/path.c index bab84401..268e5dae 100644 --- a/tree/path.c +++ b/tree/path.c @@ -187,7 +187,7 @@ fz_rect fz_boundpathnode(fz_pathnode *path, fz_matrix ctm) { fz_point p; - fz_rect r = FZ_INFRECT; + fz_rect r = fz_infiniterect(); int i = 0; while (i < path->len) -- cgit v1.2.3