On Sat, 31 Jul 2004 15:10:53 +0100 Timwi timwi@gmx.net wrote:
Emmanuel Engelhart wrote:
True, new version correcting this bug.
Again, *please* use tabs to indent lines in the future. I've fixed this for you now and committed it.
Oh, and I've also changed for ( $i = 0; $i < $argc; $i++ ) { to for ( $i = 0; $i < $argc-1; $i++ ) {
because once there's only a single argument left, you don't want to try to merge it with the non-existant next.
Ok, sorry for not using tabs... but sometimes, my emacs php-mode seems to have difficulties...But I will solve the problem or understand the mode ;)
Emmanuel