Imported from util-linux-2.11o tarball.
This commit is contained in:
parent
612721dba8
commit
ffc4374869
85 changed files with 16584 additions and 7666 deletions
|
@ -90,7 +90,7 @@ int main( int argc, char **argv )
|
|||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
textdomain(PACKAGE);
|
||||
|
||||
while ((c = getopt( argc, argv, "vf:" )) != EOF)
|
||||
while ((c = getopt( argc, argv, "vf:" )) != -1)
|
||||
switch (c) {
|
||||
case 'v': ++Verbose; break;
|
||||
case 'f': file = optarg; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue