addnote.cpp cleanup
commitd8d3a28d92c05542844be332c8068f6616b5e9f8
authorNedko Arnaudov <nedko@arnaudov.name>
Sat, 17 Jan 2009 09:58:27 +0000 (17 11:58 +0200)
committerNedko Arnaudov <nedko@arnaudov.name>
Sat, 17 Jan 2009 09:58:27 +0000 (17 11:58 +0200)
treef7b21d37845dc1c57c587618f8feae9036a8567a
parent4aff88980f32a152f8761967497ce661354e3d69
addnote.cpp cleanup

 * remove the tmp stack attay variable that is useless
 * new utility function - silence_buffer()
 * some comments to improve readibility
 * move some stack variables to start of the function body
 * minimize stack usage
addnote.cpp
util.c
util.h