]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osl.h
Fix some signedness warnings.
[paraslash.git] / osl.h
diff --git a/osl.h b/osl.h
index 50570ee1b679d3e2183a5a8bf74bfc6b3cbda2f3..d787564f36b7e60f41fec0b1f0b8e0e38406accc 100644 (file)
--- a/osl.h
+++ b/osl.h
@@ -12,7 +12,7 @@ struct osl_object {
        /** Pointer to the data of the object. */
        void *data;
        /** The object's size. */
-       off_t size;
+       size_t size;
 };
 
 /** Flags that change the internal handling of osl tables. */