dev
houxiao
2017-04-21 f757a27218a09fd24a852f34b6490d32fe237017
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);
}