Fix: restore trailing newline in bson/buffer.c
This commit is contained in:
parent
077648cc74
commit
4d57f9521d
@ -154,4 +154,5 @@ char* pymongo_buffer_get_buffer(buffer_t buffer) {
|
||||
|
||||
void pymongo_buffer_update_position(buffer_t buffer, buffer_position new_position) {
|
||||
buffer->position = new_position;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user