File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/dds.net-connector-cpp.app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,10 @@ double test_double_producer(const string& variableName)
174174int test_bytes_producer (const std::string& varName, unsigned char * in_buff, int size)
175175{
176176 in_buff[0 ] = (unsigned char )test_value_unsigned;
177- in_buff[1 ] = (unsigned char )test_value_unsigned;
178- in_buff[2 ] = (unsigned char )test_value_unsigned;
179- in_buff[3 ] = (unsigned char )test_value_unsigned;
180- in_buff[4 ] = (unsigned char )test_value_unsigned;
177+ in_buff[1 ] = (unsigned char )test_value_unsigned + 1 ;
178+ in_buff[2 ] = (unsigned char )test_value_unsigned + 2 ;
179+ in_buff[3 ] = (unsigned char )test_value_unsigned + 3 ;
180+ in_buff[4 ] = (unsigned char )test_value_unsigned + 4 ;
181181
182182 return 5 ;
183183}
You can’t perform that action at this time.
0 commit comments