Fix overrun

This commit is contained in:
Michaël Meyer
2016-02-04 04:01:19 +01:00
parent ec0daa50bb
commit 1f17487aa9
5 changed files with 14 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# Be sure to also update these in MANIFEST and CMakeLists.txt!
MAJOR=2
MINOR=0
PATCH=0
PATCH=1
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X