cpp: sbuffer: check initial buffer size != 0

This commit is contained in:
frsyuki
2010-09-26 11:36:57 +09:00
parent 1be1927a1f
commit e8abcc1765
2 changed files with 9 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ test -f ChangeLog || touch ChangeLog
test -f NEWS || touch NEWS
test -f README || cp -f README.md README
if ! ./preprocess; then
if test ! ./preprocess; then
exit 1
fi