diff options
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r-- | src/lib/tng_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index d819fad..eb878e8 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -7348,7 +7348,7 @@ tng_function_status DECLSPECDLLEXPORT tng_chain_residue_w_id_add * residues of this chain */ if(temp_residue != last_residue) { - temp_residue++; + ++temp_residue; memmove(temp_residue + 1, temp_residue, last_residue - temp_residue); } |