mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
Fix int/guint comparison warnings
This commit is contained in:
@@ -41,7 +41,7 @@ typedef struct GString {
|
||||
|
||||
typedef struct GPtrArray {
|
||||
void **pdata;
|
||||
int len;
|
||||
guint len;
|
||||
} GPtrArray;
|
||||
|
||||
typedef struct GList {
|
||||
|
Reference in New Issue
Block a user