On Tue, Sep 02, 2008 at 01:02:45PM +0000, David Flynn wrote:
> @@ -12,7 +12,7 @@ struct _SchroBuffer
>  {
>    /*< private >*/
>    unsigned char *data;
> -  int length;
> +  unsigned int length;
>  
>    int ref_count;

I don't want to start using "unsigned int" when there isn't a particular
need.  C doesn't have range-limited variables; I am not interested in
having code that pretends that it does.



dave...


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Schrodinger-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel

Reply via email to