From f5b542f6bc85c39d5c1e03fc65449bf6f7b20f0c Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 26 May 2012 04:00:06 +0200 Subject: tcflush is wrong at this position --- device.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/device.vala b/device.vala index 203e745..b0f16f3 100644 --- a/device.vala +++ b/device.vala @@ -117,7 +117,6 @@ public class Device { private ssize_t write(void *buf, size_t count) { ssize_t size = Posix.write(fd, buf, count); - Posix.tcflush(fd, Posix.TCOFLUSH); return size; } -- cgit v1.2.3