* Fixed striplt() to only remove leading and trailing blanks, but no others. It...
authorArt Cancro <ajc@citadel.org>
Tue, 21 Apr 2009 02:37:46 +0000 (02:37 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 21 Apr 2009 02:37:46 +0000 (02:37 +0000)
commit97268e8137611f2fa2c1cfc0f543f6b3dfe764e7
tree432bf638d70dbbe6ee7d7529f7a82afdabd990d7
parent5bc5607198f7d7629d451eacfb2cbe662aa7473f
* Fixed striplt() to only remove leading and trailing blanks, but no others.  It is still O(1) with no calls to strlen().
citadel/user_ops.c
libcitadel/lib/libcitadel.h
libcitadel/lib/tools.c