Hi Uli,

On 8/31/07, Ulrich von Zadow <[EMAIL PROTECTED]> wrote:
[> it's done. I've packaged up libavg-0.7.0 and updated the web page.

I have uploaded the new version to Debian unstable. I have still one
small patch but I am not sure if it is still needed. Please check it.

Cheers,
Torsten

-- 
blog: http://twerner.blogspot.com/
homepage: http://www.twerner42.de/
Index: libavg-0.7.0/src/base/ConfigMgr.cpp
===================================================================
--- libavg-0.7.0.orig/src/base/ConfigMgr.cpp    2007-08-21 11:55:59.000000000 
+0200
+++ libavg-0.7.0/src/base/ConfigMgr.cpp 2007-09-18 18:55:31.000000000 +0200
@@ -175,6 +175,7 @@
 void ConfigMgr::getGammaOption(const std::string& sSubsys, 
             const std::string& sName, double* Val) const
 {
+    errno = 0;
     const string * psOption = getOption(sSubsys, sName);
     if (psOption == 0) {
         return;
_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to