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]
