Bugfixes and additional comments.
authorcrh <crh@ubiqx.org>
Wed, 20 Jun 2012 16:45:36 +0000 (11:45 -0500)
committercrh <crh@ubiqx.org>
Wed, 20 Jun 2012 16:45:36 +0000 (11:45 -0500)
commite5e2d26504ecaaead861aa41196d8fe8dbc39bc2
tree2561d925868f5f44fffd97b60ac7eabd1c40b013
parent50b8048769b1d1e163ff31a5e0ba4a9131e32027
Bugfixes and additional comments.
 * Fixed a crashbug in printGstr().
   * The local Gstr used in printGstr() to compose the output was not being initialized.
   * Added additional checks to make sure faied Gstr initializations are caught.
 * Added another test to isemptyGstr().
   * Checking the Gstr.len in addition to .bufr and .bufr[0].
   * Added comments.
src/daemon/Gstr.c
src/daemon/Gstr.h