diff options
Diffstat (limited to 'android/vm/info.c')
-rw-r--r-- | android/vm/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/vm/info.c b/android/vm/info.c index e3f04ff..a82b60b 100644 --- a/android/vm/info.c +++ b/android/vm/info.c @@ -1094,7 +1094,7 @@ _checkSkinDir( char* temp, char* end, const char* skinDirRoot, const char* s return -1; /* first, is this a normal skin directory ? */ - q = bufprint(q, end, "/layout"); + q = bufprint(p, end, "/layout"); if (q < end && path_exists(temp)) { /* yes */ *p = 0; |