You need to sign in or sign up before continuing.
Commit 23b4833c authored by Pavel Vaynerman's avatar Pavel Vaynerman

new build

parent 705343d1
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 0.97 Version: 0.97
Release: eter26 Release: eter29
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: GPL License: GPL
Group: Development/C++ Group: Development/C++
...@@ -178,6 +178,12 @@ rm -f %buildroot%_libdir/*.la ...@@ -178,6 +178,12 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc %exclude %_pkgconfigdir/libUniSet.pc
%changelog %changelog
* Fri Oct 09 2009 Pavel Vainerman <pv@etersoft.ru> 0.97-eter28
- minor optimization
* Mon Oct 05 2009 Pavel Vainerman <pv@etersoft.ru> 0.97-eter27
- new build
* Sun Oct 04 2009 Vitaly Lipatov <lav@altlinux.ru> 0.97-eter26 * Sun Oct 04 2009 Vitaly Lipatov <lav@altlinux.ru> 0.97-eter26
- new build - new build
......
...@@ -41,7 +41,7 @@ SharedMemory::SharedMemory( ObjectId id, string datafile ): ...@@ -41,7 +41,7 @@ SharedMemory::SharedMemory( ObjectId id, string datafile ):
string d_field = conf->getArgParam("--d-filter-field"); string d_field = conf->getArgParam("--d-filter-field");
string d_fvalue = conf->getArgParam("--d-filter-value"); string d_fvalue = conf->getArgParam("--d-filter-value");
int lock_msec = conf->getArgInt("--lock-value-pause"); int lock_msec = conf->getArgPInt("--lock-value-pause",0);
if( lock_msec < 0 ) if( lock_msec < 0 )
lock_msec = 0; lock_msec = 0;
setCheckLockValuePause(lock_msec); setCheckLockValuePause(lock_msec);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment