diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-11-28 17:51:27 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-11-28 17:51:27 +0100 |
| commit | ae2be16f015cb0db7c5b6bd1669baaf53be702d1 (patch) | |
| tree | c3741174f5f19cac05fbf721035669c637fa0150 /common/filelist-vfs-intf.h | |
| parent | 013b75b7d655115503397ea4284b776802605080 (diff) | |
| download | tuxcmd-modules-ae2be16f015cb0db7c5b6bd1669baaf53be702d1.tar.xz | |
Tune cflags and fix some warnings
Diffstat (limited to 'common/filelist-vfs-intf.h')
| -rw-r--r-- | common/filelist-vfs-intf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/filelist-vfs-intf.h b/common/filelist-vfs-intf.h index ce93e1e..ff3eeef 100644 --- a/common/filelist-vfs-intf.h +++ b/common/filelist-vfs-intf.h @@ -34,7 +34,7 @@ struct VfsFilelistData { struct PathTree *files; - unsigned int list_dir_index; + long int list_dir_index; struct PathTree *list_dir_node; char * list_dir_path; |
