Re: [hackers] [sbase] chmod, chown: remove redundant flag || Connor Lane Smith

From: 123 <p37sitdu_AT_lavabit.com>
Date: Sat, 26 May 2012 03:33:46 +0400

> - while((c = getopt(argc, argv, "Rr")) != -1)
> + while((c = getopt(argc, argv, "r")) != -1)
> switch(c) {
> - case 'R':
> case 'r':
> rflag = true;
> break;

switch(c) can now be replaced with if(c == 'r')
Received on Sat May 26 2012 - 01:33:46 CEST

This archive was generated by hypermail 2.3.0 : Sat May 26 2012 - 01:36:06 CEST