You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
310 B

--- src/src/estream.c 2017-02-28 09:11:05.000000000 +0000
+++ ./_patches/estream.c 2017-05-14 23:41:57.522426391 +0000
@@ -510,7 +510,11 @@
{
static int initialized;
+#ifdef __ANDROID__
+ if (initialized < 2)
+#else
if (!initialized)
+#endif
{
initialized = 1;
atexit (do_deinit);