]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
*** empty log message ***
[chaz/tar] / src / buffer.c
index 5c1b80829c93e5e97618a6b2f76717e1acf15aca..6514461fc719992e7efbb459ece4141715c937cf 100644 (file)
@@ -403,7 +403,7 @@ child_open ()
            }
          else                  /* This can't happen if (ar_reading==2)
                                archive = rmtopen(ar_files[0], O_RDWR|O_CREAT|O_BINARY, 0666);
-                               else */ if (ar_reading)
+                                       else */ if (ar_reading)
            archive = rmtopen (ar_files[0], O_RDONLY | O_BINARY, 0666);
          else
            archive = rmtcreat (ar_files[0], 0666);
This page took 0.020574 seconds and 4 git commands to generate.