From 2ae0446917184b36996823e9dbf452dba82e8994 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 21 四月 2017 12:31:44 +0800 Subject: [PATCH] --- FaceServer/test_client.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FaceServer/test_client.cpp b/FaceServer/test_client.cpp index d8d1ce1..320845e 100644 --- a/FaceServer/test_client.cpp +++ b/FaceServer/test_client.cpp @@ -35,7 +35,7 @@ void make_msg(char* mesg, int& length) { - FILE* pFile = fopen("facelist-1001-0-2.pb", "rb"); + FILE* pFile = fopen("facelist-1001-0-5.pb", "rb"); length = fread(mesg, 1, length, pFile); fclose(pFile); } -- Gitblit v1.8.0