From b5ac5f7d1e0f79d332dcddc3dabd8709b1e2a2ea Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期三, 10 四月 2019 19:42:29 +0800
Subject: [PATCH] 解决nsg消费者的topic名称带有./的bug 注释一些错误打印

---
 QiaoJiaSystem/VideoToImage/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/VideoToImage/main.cpp b/QiaoJiaSystem/VideoToImage/main.cpp
index e481224..31fee0b 100644
--- a/QiaoJiaSystem/VideoToImage/main.cpp
+++ b/QiaoJiaSystem/VideoToImage/main.cpp
@@ -32,7 +32,7 @@
         ENABLEGLOG(GET_STR_CONFIG("logPath").c_str());
 #endif
 
-    appPref.setLongData("gpu.index", 0);
+    appPref.setIntData("gpu.index", 0);
     appPref.setIntData("show.image", 0);
 
 

--
Gitblit v1.8.0