classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: Added argument check in DirectColorModel


From: Tom Tromey
Subject: Re: [cp-patches] FYI: Added argument check in DirectColorModel
Date: 17 Aug 2005 09:57:32 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Roman" == Roman Kennke <address@hidden> writes:

Roman> +    // Sun also makes this check here.
Roman> +    if(w <= 0 || h <= 0)

You need a space between the 'if' and the '('.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]