mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
cpp: sbuffer: check initial buffer size != 0
This commit is contained in:
parent
1be1927a1f
commit
e8abcc1765
2 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue