From a3e29fd900f721007c60284ec76092a6154d4e19 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 21 四月 2017 11:03:51 +0800
Subject: [PATCH] add

---
 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