[SCM] OCE packaging branch, upstream, updated. OCE-0.6.0-230-g17bea23

tpaviot tpaviot at gmail.com
Fri Feb 24 18:50:20 UTC 2012


The following commit has been merged in the upstream branch:
commit c5433028cdbd59b5bccc1b4c82a582d83b1b0ce7
Author: tpaviot <tpaviot at gmail.com>
Date:   Thu Jan 12 18:19:12 2012 +0100

    Fix syntax error in OSD_FileNode.cxx
    
    Fix contributed by Massimo Del Fedele. Original post:
    """
    2012/01/11 14:38
    In OSD_FileNode.cxx, from line 17 :
    
    """

diff --git a/src/OSD/OSD_FileNode.cxx b/src/OSD/OSD_FileNode.cxx
index 7e3845c..74128d0 100644
--- a/src/OSD/OSD_FileNode.cxx
+++ b/src/OSD/OSD_FileNode.cxx
@@ -16,7 +16,7 @@
 
 #if!defined(TM_IN_SYS_TIME) && defined(HAVE_TIME_H)
 # include <time.h>
-#elif HAVE_SYS_TIME_H
+#elif defined(HAVE_SYS_TIME_H)
 # include <sys/time.h>
 #endif
 

-- 
OCE packaging



More information about the debian-science-commits mailing list