add
houxiao
2017-04-21 a3e29fd900f721007c60284ec76092a6154d4e19
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);
}