mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 13:13:06 +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