Bryce Harrington
7dd12ec713
editor: warn when write fails
...
Fixes warning:
clients/editor.c: In function ‘data_source_send’:
clients/editor.c:573:7: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result [-Wunused-result]
write(fd, editor->selected_text, strlen(editor->selected_text) + 1);
^
2015-05-19 15:32:09 -07:00
..
2014-04-07 10:22:28 -07:00
2014-09-10 14:20:13 +03:00
2014-08-20 11:51:27 +03:00
2015-05-15 13:12:32 -07:00
2015-05-15 13:12:32 -07:00
2015-05-19 15:32:09 -07:00
2014-08-19 12:19:16 +03:00
2015-05-15 13:12:32 -07:00
2015-05-15 13:12:32 -07:00
2015-05-15 13:12:32 -07:00
2015-05-15 13:12:32 -07:00
2014-09-11 13:11:29 +03:00
2015-03-27 09:38:12 +02:00
2015-05-15 13:12:32 -07:00
2011-11-18 14:45:04 +02:00
2014-08-28 13:08:43 +03:00
2015-03-30 15:28:24 +03:00
2015-05-15 13:12:32 -07:00
2015-02-19 15:00:17 +02:00
2014-05-18 13:54:15 -07:00
2014-08-19 12:21:44 +03:00
2013-08-12 22:15:38 -07:00
2015-02-27 14:59:43 +02:00
2015-03-26 09:54:49 +02:00
2015-02-27 14:59:43 +02:00
2014-05-09 12:50:11 -07:00
2014-11-11 12:59:43 +02:00
2014-06-24 10:22:43 -07:00
2015-03-26 09:54:49 +02:00
2015-05-15 13:12:32 -07:00
2015-05-15 13:12:32 -07:00
2014-09-30 11:37:02 +03:00
2014-08-20 01:05:13 -07:00
2015-05-15 13:12:32 -07:00
2015-03-20 13:56:38 -07:00
2012-09-06 21:08:12 -04:00
2011-11-22 09:35:14 -05:00
2014-08-19 12:19:17 +03:00
2014-04-07 10:22:28 -07:00