Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14072/src/mal

Modified Files:
        mal_sabaoth.mx 
Log Message:
Squashed compiler warnings.

Index: mal_sabaoth.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_sabaoth.mx,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- mal_sabaoth.mx      10 Oct 2007 12:14:51 -0000      1.39
+++ mal_sabaoth.mx      13 Dec 2007 15:26:49 -0000      1.40
@@ -718,7 +718,7 @@
                                                *p = '\0';
                                                stop = (time_t)atol(data);
                                                p = data;
-                                               i = stop - start;
+                                               i = (int) (stop - start);
                                                if (i > ret->maxuptime)
                                                        ret->maxuptime = i;
                                                if (ret->minuptime == -1 || 
ret->minuptime > i)


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to