Re: [Cvs-nserver-commits] CVS: cvs-nserver/src ls.c,1.1.2.4,1.1.2.5
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-12-23 21:53:33
|
>>>>> "AM" == Alexey Morozov <mo...@us...> writes: AM> Modified Files: Tag: NCLI-1-11-1 ls.c Log Message: Non-recursive AM> directory listing seems to be fixed now. I need Alex's comments AM> though... AM> Index: ls.c AM> RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/ls.c,v Looks ok. If it works ok -- then it's more thank ok, since you're the target auditory of this subcommand. Tiny comment: is that on purpose? Isn't the static int local_only = 1; enough? @@ -167,6 +195,7 @@ if (argc < 0) usage (ls_usage); + local_only = 1; /* Set the default */ optind = 0; while ((c = getopt (argc, argv, "D:fRr:")) != -1) { --alexm |