]> andersk Git - moira.git/commitdiff
additional argument to get_file()
authormar <mar>
Mon, 21 Sep 1992 12:31:57 +0000 (12:31 +0000)
committermar <mar>
Mon, 21 Sep 1992 12:31:57 +0000 (12:31 +0000)
update/xfer_002.c

index 23e4da7b12285e1710043782e009f47536762200..3ac7482a0e84cafd5c7c368b4e9595fa6f8d75c9 100644 (file)
@@ -85,7 +85,7 @@ xfer_002(str)
     code = send_ok();
     if (code)
        lose("sending ok for file xfer (2)");
-    code = get_file(pathname, file_size, checksum, 0700);
+    code = get_file(pathname, file_size, checksum, 0700, 0);
     if (!code) {
        char buf[BUFSIZ];
        have_file = 1;
This page took 0.033444 seconds and 5 git commands to generate.