comparison rvinterf/etmsync/fsiomain.c @ 296:792f164b63a6

fc-fsio: cpout now works the way it should
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 01 Mar 2014 08:19:15 +0000
parents f304f9bcde3b
children 7b805007dcfc
comparison
equal deleted inserted replaced
295:3dd74b16df82 296:792f164b63a6
60 exit(ERROR_USAGE); 60 exit(ERROR_USAGE);
61 } 61 }
62 connect_local_socket(); 62 connect_local_socket();
63 } 63 }
64 64
65 setlinebuf(stdout);
65 if (argv[optind]) 66 if (argv[optind])
66 return dispatch_ready_argv(argc - optind, argv + optind); 67 return dispatch_ready_argv(argc - optind, argv + optind);
67 for (;;) { 68 for (;;) {
68 if (isatty(0)) { 69 if (isatty(0)) {
69 rx_control(0); 70 rx_control(0);