Added a FIXME tag where have to fully implement mode argument handling
This commit is contained in:
parent
bd17453c1d
commit
874660f931
|
@ -45,6 +45,7 @@ int main(int argc, char * argv[])
|
||||||
switch(o)
|
switch(o)
|
||||||
{
|
{
|
||||||
case 'm':
|
case 'm':
|
||||||
|
/* FIXME */
|
||||||
if((mode = strtol(optarg, NULL, 8)) > 0777)
|
if((mode = strtol(optarg, NULL, 8)) > 0777)
|
||||||
return _usage();
|
return _usage();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user