We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9ee4b commit 1fcbb80Copy full SHA for 1fcbb80
native/source/Engine.cpp
@@ -8,7 +8,7 @@
8
#include <string.h>
9
#include <stdio.h>
10
11
-char * szEmptyStr = '\0';
+char * szEmptyStr = "\0";
12
13
extern "C" {
14
phonology_engine/version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
-VERSION = '0.1.14'
+VERSION = '0.1.15'
4
RELEASE = '4'
0 commit comments