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

printf "ALL" to stderr.

parent 412e7347
No related branches found
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ main( int argc, char **argv )
filtpattern );
if ( attrs == NULL ) {
printf( "ALL" );
fprintf( stderr, "ALL" );
} else {
for ( i = 0; attrs[ i ] != NULL; ++i ) {
fprintf( stderr, "%s ", attrs[ i ] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment