]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:46:48 +0000 (02:46 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:46:48 +0000 (02:46 +0000)
src/buffer.c

index e98ec0408b7d5977d580aaed9f21427a7000bd8e..72071df5bd65f6f22515669a229e44eb843694de 100644 (file)
@@ -515,6 +515,12 @@ open_archive(reading)
        ar_last   = ar_block + blocking;
        ar_reading = reading;
 
+       if (f_multivol && f_verify)
+         {
+           msg ("cannot verify multi-volume archives");
+           exit (EX_ARGSBAD);
+         }
+       
        if (f_compress) {
                if(reading==2 || f_verify) {
                        msg("cannot update or verify compressed archives");
This page took 0.022321 seconds and 4 git commands to generate.