mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-12 14:17:47 +00:00
Merge branch 'master' of github.com:axkibe/lsyncd
This commit is contained in:
commit
72fa0e8865
@ -71,7 +71,7 @@ fi
|
||||
_LIBS="${LIBS}"
|
||||
_CFLAGS="${CFLAGS}"
|
||||
_CPPFLAGS="${CPPFLAGS}"
|
||||
LIBS="${LIBS} ${LUA_LIBS}"
|
||||
LIBS="-lm ${LIBS} ${LUA_LIBS}"
|
||||
CFLAGS="${CFLAGS} ${LUA_CFLAGS}"
|
||||
CPPFLAGS="${CPPFLAGS} ${LUA_CFLAGS}"
|
||||
|
||||
|
2
lsyncd.c
2
lsyncd.c
@ -1246,7 +1246,7 @@ l_exec( lua_State *L )
|
||||
struct pipemsg *pm;
|
||||
logstring( "Exec", "adding pipe observance" );
|
||||
pm = s_calloc( 1, sizeof( struct pipemsg ) );
|
||||
pm->text = s_calloc( pipe_len + 1, sizeof( char * ) );
|
||||
pm->text = s_calloc( pipe_len + 1, sizeof( char ) );
|
||||
memcpy( pm->text, pipe_text, pipe_len + 1 );
|
||||
pm->tlen = pipe_len;
|
||||
pm->pos = len;
|
||||
|
Loading…
Reference in New Issue
Block a user