]> git.tuebingen.mpg.de Git - paraslash.git/commit
btr_next_buffer_omit(): Add comment on passing NULL pointer.
authorAndre Noll <maan@systemlinux.org>
Tue, 9 Oct 2012 21:05:44 +0000 (23:05 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 15 Oct 2012 19:01:10 +0000 (21:01 +0200)
commitca138ffebb5ccab9b3fedc1234a9c5ba33bb4bb0
tree17fd0a46e3862a8f14ae77c86083bae33e03b0f2
parent767c8054c268a011c3be4f8c756b44eab999820f
btr_next_buffer_omit(): Add comment on passing NULL pointer.

It has always been OK to pass a NULL buffer pointer to this function,
but this was not documented yet.
buffer_tree.c