From 24650d00b0f2921689d411b48487d2b102ec7e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 15 May 2018 12:21:42 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@616 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/io/pican.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_main/io/pican.cpp b/src_main/io/pican.cpp index db452266..7aaed715 100644 --- a/src_main/io/pican.cpp +++ b/src_main/io/pican.cpp @@ -131,7 +131,7 @@ void PICAN::configureFromFullPathDevice(const PIString & full_path) { PIString p(pl[i]); switch (i) { case 0: setPath(p); break; - case 1: setCANID(p.toInt(16)); break; + case 1: setCANID(p.toInt()); break; default: break; } }