Skip to content
Snippets Groups Projects
Commit 97db0eb7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't ignore attribute list when -S is specified.

parent 4abcfca8
Branches
Tags
No related merge requests found
......@@ -620,7 +620,7 @@ main( int argc, char **argv )
filtpattern = strdup( argv[optind++] );
}
if ( (argv[optind] != NULL) && (sortattr == NULL || *sortattr == '\0') ) {
if ( argv[optind] != NULL ) {
attrs = &argv[optind];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment