Skip to content

Commit

Permalink
late fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbert Koelman committed Feb 10, 2017
1 parent 774765a commit 0f63704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace atmi {
}

void buffer::get_call_info( call_info &callinfo){
FBFR32 *cib = callinfo ;
FBFR32 *cib = (FBFR32 *)callinfo ;
tpgetcallinfo((char *) _buffer, &cib, 0 );
callinfo._buffer.set_buffer(cib);
}
Expand Down

0 comments on commit 0f63704

Please sign in to comment.