X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftar.c;h=02737a147885df38f2e020037ed06c12e3617e8f;hb=eaef08322eeb8d66c8dc34d483a94f2f9d7f12fa;hp=fa8b5c9346896dee86e0c3684182e9a36d0ef98d;hpb=cd47c9d5970f9c3de1d0f572a49235b3ac3511d6;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index fa8b5c9..02737a1 100644 --- a/src/tar.c +++ b/src/tar.c @@ -798,7 +798,7 @@ decode_options (int argc, char *const *argv) break; case 'X': - if (add_exclude_file (NULL, add_filtered_exclude, optarg, '\n') != 0) + if (add_exclude_file (add_filtered_exclude, NULL, optarg, '\n') != 0) FATAL_ERROR ((0, errno, "%s", optarg)); break;