Merge branch 'master' of ssh://localhost:9001/gitroot/eodev/eodev
This commit is contained in:
commit
bc30b2ce50
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
### 1) Where must cmake go now ?
|
### 1) Where must cmake go now ?
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(gprop)
|
#ADD_SUBDIRECTORY(gprop)
|
||||||
#ADD_SUBDIRECTORY(gpsymreg)
|
#ADD_SUBDIRECTORY(gpsymreg)
|
||||||
ADD_SUBDIRECTORY(mastermind)
|
ADD_SUBDIRECTORY(mastermind)
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ int PipeComSend( PCom *to, const char *line )
|
||||||
int nb = 0;
|
int nb = 0;
|
||||||
if( ! Check(to ) )
|
if( ! Check(to ) )
|
||||||
return nb;
|
return nb;
|
||||||
nb = fprintf( to->fWrit, line );
|
nb = fprintf( to->fWrit, line, 0 );
|
||||||
fflush( to->fWrit );
|
fflush( to->fWrit );
|
||||||
return nb;
|
return nb;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue