From fd217069054ba7bfaf1918c8865f4068319c7894 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 31 Jan 2008 14:24:06 +0000 Subject: some more 32 bit fun ;) --- queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queue.c') diff --git a/queue.c b/queue.c index e6665d4f..60c41c19 100644 --- a/queue.c +++ b/queue.c @@ -2056,7 +2056,7 @@ DEFpropSetMeth(queue, iMinMsgsPerWrkr, int); DEFpropSetMeth(queue, bSaveOnShutdown, int); DEFpropSetMeth(queue, pUsr, void*); DEFpropSetMeth(queue, iDeqSlowdown, int); -DEFpropSetMeth(queue, sizeOnDiskMax, long); +DEFpropSetMeth(queue, sizeOnDiskMax, int64); /* This function can be used as a generic way to set properties. Only the subset -- cgit