[BACK]Return to cmds.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/cmds.c between version 1.21 and 1.22

version 1.21, 1997/07/25 21:56:17 version 1.22, 1997/08/30 20:48:41
Line 1922 
Line 1922 
                 fputs("restart: offset not specified.\n", ttyout);                  fputs("restart: offset not specified.\n", ttyout);
         else {          else {
                 restart_point = atol(argv[1]);                  restart_point = atol(argv[1]);
                 fprintf(ttyout, "Restarting at %qd. Execute get, put or append to"                  fprintf(ttyout, "Restarting at %qd. Execute get, put or append"
                         "initiate transfer\n", (quad_t)restart_point);                          " to initiate transfer\n", (quad_t)restart_point);
         }          }
 }  }
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22