]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/sbuck.c
Just fixed a comment in libimages.
[libucw.git] / ucw / sorter / sbuck.c
index 7ec26785fbb82acd5cb40555fb1224a48c1536d5..875b0e1f14c17f2b4d06f42adf347be615f11099 100644 (file)
@@ -43,7 +43,7 @@ sbuck_drop(struct sort_bucket *b)
     }
 }
 
-sh_off_t
+ucw_off_t
 sbuck_size(struct sort_bucket *b)
 {
   if ((b->flags & SBF_OPEN_WRITE) && !(b->flags & SBF_SWAPPED_OUT))