mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-14 22:08:27 +01:00
cpp: sbuffer: check initial buffer size != 0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user