From d2793e162c13acbc24989de41f37627e08b660a0 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 19 十二月 2019 17:41:56 +0800 Subject: [PATCH] update --- gohumantrack/gohumantrack.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gohumantrack/gohumantrack.go b/gohumantrack/gohumantrack.go index d9028bf..7f79af3 100644 --- a/gohumantrack/gohumantrack.go +++ b/gohumantrack/gohumantrack.go @@ -26,7 +26,7 @@ void *create_fake_image(const int size){ unsigned char *img = (unsigned char*)malloc(size); printf("batch~~~~~~ fake image len: %d\n", size); - memset(img, 0, size); + memset(img, 255, size); return img; } -- Gitblit v1.8.0