提交 f19f4f9b 编写于 作者: B Behdad Esfahbod

Rename hb-blob.c to hb-blob.cc in preparation of more changes

上级 04744e73
......@@ -11,7 +11,7 @@ lib_LTLIBRARIES = libharfbuzz.la
HBCFLAGS =
HBLIBS =
HBSOURCES = \
hb-blob.c \
hb-blob.cc \
hb-blob-private.h \
hb-buffer.cc \
hb-buffer-private.hh \
......
......@@ -331,7 +331,7 @@ hb_blob_try_writable (hb_blob_t *blob)
if (blob->lock_count)
goto done;
new_data = malloc (blob->length);
new_data = (char *) malloc (blob->length);
if (new_data) {
(void) (HB_DEBUG_BLOB &&
fprintf (stderr, "%p %s: dupped successfully -> %p\n", blob, __FUNCTION__, blob->data));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册