]> mj.ucw.cz Git - libucw.git/commitdiff
bfilesize() returns sh_off_t
authorRobert Spalek <robert@ucw.cz>
Tue, 9 Nov 2004 13:16:20 +0000 (13:16 +0000)
committerRobert Spalek <robert@ucw.cz>
Tue, 9 Nov 2004 13:16:20 +0000 (13:16 +0000)
lib/sorter.h

index 7ddd90e33016aa3e3c35913d40fd88b5db81b445..b3110c5ae026769aab2688f2cb42a92a423ef2e9 100644 (file)
@@ -531,7 +531,7 @@ struct fastbuf *fb1, struct fastbuf *fb2
     do P(pass)(&fb1, &fb2); while (fb1 && fb2);
 #else
     {
-      uns run_count = ~0U, max_run_count = 0;
+      sh_off_t run_count = ~0U, max_run_count = 0;
       if (fb1)
        max_run_count += bfilesize(fb1);
       if (fb2)