Hello Clutter Team

I was executing the application  as
../odo  --tile-heightX so thats why I was mistaken
if we execute it as
../odo  --tile-height=X 
then the values are correct

Thanks for pointing it out .Sorry for the mistake

Regards
Dilip

Tomas Frydrych <[EMAIL PROTECTED]> wrote: dilip devaraj wrote:
> Hello Clutter Team
> 
> I found a small bug in odo program which I downloaded from SVN
>
> The original program is
> if (!strncmp (argv[i], "--tile-height", 13))
>       tile_height = atoi (argv[i] + 14);

Nope, that code is correct:

 --tile-height=X
 012345678901234

i.e., X is at position +14.

Tomas

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]



       
---------------------------------
 Best Jokes, Best Friends, Best Food. Get all this and more on  Best of Yahoo! 
Groups.

Reply via email to