View | Details | Raw Unified | Return to bug 15848
Collapse All | Expand All

(-)cmds.c 2000/01/02 20:46:56 (-1 / +1 lines)
Lines 513-519 Link Here
513
out:
513
out:
514
       if (lastc != '\n' && !boolean(value(RAWFTP)))
514
       if (lastc != '\n' && !boolean(value(RAWFTP)))
515
               send('\r');
515
               send('\r');
516
       for (pc = eofchars; *pc; pc++)
516
       for (pc = eofchars; pc && *pc; pc++)
517
               send(*pc);
517
               send(*pc);
518
       stop_t = time(0);
518
       stop_t = time(0);
519
       fclose(fd);
519
       fclose(fd);

Return to bug 15848