From: Alan W. I. <ir...@be...> - 2002-09-18 19:28:59
|
On Tue, 17 Sep 2002, Maurice LeBrun wrote: > But even simpler would be: > > if (a[0] == '/') > > :) That's too easy; C is supposed to be hard....;-) Andrew has already made this change (plus looking for "~" at the head of the string which I think is a good idea as well). > 80 chars is way too short. A limit like 1024 chars is much more appropriate. Done. Alan |