changeset 102:7f75ffdd674f

pirexplore FFS: buglet fixed, works now
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 02 Sep 2013 00:41:18 +0000
parents 7029fe8ae0bc
children ac310ee73788
files target-utils/libmpffs/basicfind.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/libmpffs/basicfind.c	Mon Sep 02 00:33:54 2013 +0000
+++ b/target-utils/libmpffs/basicfind.c	Mon Sep 02 00:41:18 2013 +0000
@@ -92,7 +92,7 @@
 	int ino, cont;
 	struct inode *irec;
 	u8 *start, *end;
-	size_t size;
+	int size;
 
 	ino = mpffs_pathname_to_inode(pathname);
 	if (ino <= 0)
@@ -129,7 +129,7 @@
 	int cont;
 	struct inode *irec;
 	u8 *start, *end;
-	size_t size;
+	int size;
 
 	for (;;) {
 		irec = mpffs_active_index + ino;