summaryrefslogtreecommitdiff
path: root/lib/Handle.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-08 13:57:52 +0000
committerPixel <Pixel>2001-12-08 13:57:52 +0000
commita83a43e57be59ed407d98f465d02953af5ae0160 (patch)
tree91aa1ea4a24e5b85ef26686828054e858cec21aa /lib/Handle.cc
parentc54dfe9b844f6c5d8969669f5144e721e2af82b0 (diff)
*hum* some changes...
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r--lib/Handle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc
index 0221e71..4585b61 100644
--- a/lib/Handle.cc
+++ b/lib/Handle.cc
@@ -174,7 +174,7 @@ String Handle::GetName(void) {
return _("Bare Handle - should not happend");
}
-off_t Handle::GetSize(void) {
+ssize_t Handle::GetSize(void) {
return -1;
}