Skip to content
Snippets Groups Projects
Commit 55bd10d3 authored by Dipl.-Ing. Jonas Stienen's avatar Dipl.-Ing. Jonas Stienen
Browse files

style

parent 2d31056a
Branches jst
Tags
No related merge requests found
......@@ -109,7 +109,7 @@ int main( int , char** )
vdData[ 1 * sizeof( int ) + 0 ] = 1; // First entry one (just for fun)
vdData[ vdData.size() - 2 ] = -1; // Second last entry -1 (just for fun)
void* pData = ( void* ) &vdData[ 0 ];
oConnection.Send( pData, int( vdData.size() ) ); // SendRaw?
oConnection.Send( pData, int( vdData.size() ) );
bool bAck;
oConnection.ReadBool( bAck );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment