On Mon 21.Sep'09 at 22:47:52 +0200, Johann Haarhoff wrote: > From: klaasvakie <[email protected]> > Date: Mon, 21 Sep 2009 22:32:00 +0200 > Subject: [PATCH] Add a trailing "/" to dirs in dialog autocomplete
[...] > + if (sb.st_mode & S_IFDIR) > wstrappend(suffix,"/"); I pushed it to 'next' after slightly editting the commit log and also fixing the little style issue with the above line (the wstrappen() thing must be in a new line). I prefer the use of the linux kernel coding style, btw. So in the git repo this is the preferred style, http://lxr.linux.no/#linux+v2.6.31/Documentation/CodingStyle (but the number of columns can be a bit longer than 80 I guess, as nowadays these widescreen monitors make this "problem" less important) -- To unsubscribe, send mail to [email protected].
