forked from ROMEO/obsw
switched to UDP from UNIX Socket
This commit is contained in:
@ -15,6 +15,7 @@ int _write(int fd, const char *ptr, int len) {
|
||||
if (ptr == NULL) {
|
||||
return 0;
|
||||
}
|
||||
//TODO check len
|
||||
|
||||
// 0 is stdin, do not write to it
|
||||
if (fd < 1) {
|
||||
|
Reference in New Issue
Block a user