]> git.evergreen-ils.org Git - Evergreen.git/commit
Replaced all trivial uses of buffer_fadd() with the macros
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 6 Jan 2009 18:43:45 +0000 (18:43 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 6 Jan 2009 18:43:45 +0000 (18:43 +0000)
commite9e28f8806e9ac4be9b5782bc7cbb2163e815520
tree86b88c892b22b76f49d1186ef606af520c70b526
parent878f7de2afae5c7e9fdd8cf0dc0d988d72af1c64
Replaced all trivial uses of buffer_fadd() with the macros
OSRF_BUFFER_ADD and/or OSRF_BUFFER_ADD_CHAR.  Here "trivial"
means "anything I can replace with one or two macros."

buffer_fadd() is convenient but slow.  We should avoid it
when a faster alternative is just about as readable.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11753 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_cstore.c