From cc445067d1f61e12dbea4e6458f2c85ba58f01bf Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 30 十二月 2016 14:28:14 +0800 Subject: [PATCH] fix config, fix some log and todo --- RtspFace/demo/src/db/main.cpp | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/RtspFace/demo/src/db/main.cpp b/RtspFace/demo/src/db/main.cpp index fa207b5..3da915d 100644 --- a/RtspFace/demo/src/db/main.cpp +++ b/RtspFace/demo/src/db/main.cpp @@ -1,4 +1,3 @@ - #include <string> #include <iostream> @@ -9,7 +8,7 @@ int main(int argc, char *argv[]) { - int i=i; + int i=2; DBuntil dbu = DBuntil(); person p={}; p = dbu.db_rearch(i); @@ -20,4 +19,4 @@ }else cout<<"person is null"<<endl; return 0; -} \ No newline at end of file +} -- Gitblit v1.8.0