mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-08 04:33:23 +00:00
1. Updated makefile to build filewatcher for pi
2. Fixed crash when zipping multiple files
This commit is contained in:
2
makefile
2
makefile
@@ -303,7 +303,6 @@ ARCHNAME = armhf
|
||||
#STRIP = arm-linux-gnueabihf-strip
|
||||
KVM = 1
|
||||
LMS = 0
|
||||
CFLAGS += -D_NOFSWATCHER
|
||||
CEXTRA = -fno-strict-aliasing
|
||||
endif
|
||||
|
||||
@@ -314,7 +313,6 @@ ARCHNAME = arm64
|
||||
#STRIP = arm-linux-gnueabihf-strip
|
||||
KVM = 1
|
||||
LMS = 0
|
||||
CFLAGS += -D_NOFSWATCHER
|
||||
CEXTRA = -fno-strict-aliasing
|
||||
endif
|
||||
|
||||
|
||||
@@ -44,8 +44,10 @@ typedef struct ILibDuktape_CompressorStream
|
||||
void ILibDuktape_Compressor_Resume(ILibDuktape_DuplexStream *sender, void *user)
|
||||
{
|
||||
ILibDuktape_CompressorStream *cs = (ILibDuktape_CompressorStream*)user;
|
||||
|
||||
ILibDuktape_DuplexStream_Ready(cs->ds);
|
||||
if (ILibMemory_CanaryOK(cs) && ILibMemory_CanaryOK(cs->ds))
|
||||
{
|
||||
ILibDuktape_DuplexStream_Ready(cs->ds);
|
||||
}
|
||||
}
|
||||
void ILibDuktape_Compressor_Pause(ILibDuktape_DuplexStream *sender, void *user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user