summaryrefslogtreecommitdiff
path: root/generic/Handle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Handle.cpp')
-rw-r--r--generic/Handle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/Handle.cpp b/generic/Handle.cpp
index d46fc22..6390a6d 100644
--- a/generic/Handle.cpp
+++ b/generic/Handle.cpp
@@ -247,6 +247,7 @@ ssize_t Handle::uwrite(const void * buf, size_t count) throw (GeneralException)
return err;
} else {
itell += count = ::write(h, buf, count);
+ return count;
}
}