From eb68a1e3ad5fb24b4c674b8f2fd529b8302c7d97 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 30 十二月 2016 13:48:14 +0800
Subject: [PATCH] 

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