commit | da73d26e04a87270e20c944351235a1f64777761 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Fri Feb 26 23:27:25 2010 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Fri Feb 26 23:27:25 2010 +0000 |
tree | 04f3d7e0924b4404cdea4a6e246ca2b5460e771b | |
parent | 193079151b7ee7d333db993fb592e63f6fff53e3 [diff] [blame] |
[Expletive deleted] Windows is LLP64, not LP64 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3997 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/jutils.c b/common/jpeg/jutils.c index d18a955..98b54f5 100644 --- a/common/jpeg/jutils.c +++ b/common/jpeg/jutils.c
@@ -77,8 +77,8 @@ } -GLOBAL(long) -jround_up (long a, long b) +GLOBAL(size_t) +jround_up (size_t a, size_t b) /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */ /* Assumes a >= 0, b > 0 */ {