Re: [Vala] auto-cast int to char ?



Hi Xav,

On Tue, 2007-08-14 at 16:28 +0200, Xavier Bestel wrote:
Hi,

vala complains when doing:

char i;
for(i = 0; i < 10; i++)

because it can't cast an int to char. Adding explicit casts works, but
is that really wanted ?

No, that's a bug, will fix that.

Jürg




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