xuxiuxi
2017-04-21 79855242dc60cc05947a4b8e520c15c64d41c922
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);
}