Added a FIXME tag where have to fully implement mode argument handling

This commit is contained in:
Pierre Pronchery 2004-10-21 21:37:20 +00:00
parent bd17453c1d
commit 874660f931

View File

@ -45,6 +45,7 @@ int main(int argc, char * argv[])
switch(o)
{
case 'm':
/* FIXME */
if((mode = strtol(optarg, NULL, 8)) > 0777)
return _usage();
break;