Fixed execute function
This commit is contained in:
parent
df5f9a3ee8
commit
5d9a8b1ad9
@ -2,6 +2,9 @@ $Id$
|
||||
|
||||
v0.39.8 26-Jan-2004
|
||||
|
||||
libcommon.a:
|
||||
Fixed compiler directive for Linux in execute function.
|
||||
|
||||
mbcico:
|
||||
Fixed binkp file resync.
|
||||
Binkp now only tries to compress data frames.
|
||||
|
@ -142,7 +142,7 @@ int execute(char *cmd, char *file, char *pkt, char *in, char *out, char *err)
|
||||
#endif
|
||||
msleep(200);
|
||||
rc = _execute(cmd, file, pkt, in, out, err);
|
||||
#ifdef __linux
|
||||
#ifdef __linux__
|
||||
sync();
|
||||
#endif
|
||||
msleep(200);
|
||||
|
Reference in New Issue
Block a user