mirror of
https://github.com/jamessanford/kegs.git
synced 2025-04-14 02:37:02 +00:00
Disable built-in .gz handling under Android.
This commit is contained in:
parent
08509faebd
commit
c059be6084
@ -313,7 +313,7 @@ insert_disk(int slot, int drive, const char *name, int ejected, int force_size,
|
||||
can_write = 1;
|
||||
|
||||
//OG discard .GZ support
|
||||
#ifndef ACTIVEGS
|
||||
#if !defined(ACTIVEGS) && !defined(__ANDROID__)
|
||||
if((name_len > 3) && (strcmp(&name_ptr[name_len - 3], ".gz") == 0)) {
|
||||
|
||||
/* it's gzip'ed, try to gunzip it, then unlink the */
|
||||
|
Loading…
x
Reference in New Issue
Block a user