summaryrefslogtreecommitdiffstats
path: root/loader2/undomounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/undomounts.c')
-rw-r--r--loader2/undomounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/undomounts.c b/loader2/undomounts.c
index 92d8cdbb4..d562837ea 100644
--- a/loader2/undomounts.c
+++ b/loader2/undomounts.c
@@ -48,7 +48,7 @@ static void printstr(char * string) {
}
void undoMount(struct unmountInfo * fs, int numFs, int this) {
- int len = strlen(fs[this].name);
+ size_t len = strlen(fs[this].name);
int i;
if (!fs[this].mounted) return;