changeset 992:0c98aa499b0f draft

task/DataAllocate.cc is changed for fifo64.
author tkaito
date Mon, 11 Oct 2010 19:42:28 +0900
parents d0969983723b
children db3abe599dac aed8b3ca5537 ceca625af064
files Renderer/Engine/task/DataAllocate.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Engine/task/DataAllocate.cc	Fri Oct 01 04:43:02 2010 +0900
+++ b/Renderer/Engine/task/DataAllocate.cc	Mon Oct 11 19:42:28 2010 +0900
@@ -10,7 +10,7 @@
 run(SchedTask *s, void *rbuf, void *wbuf)
 {
 
-  int count = (int)s->get_param(0);
+  int count = (long)s->get_param(0);
   for(int i=0;i<count;i++) {
       void *idata = s->get_input(rbuf, i);
       long size = (long)s->get_param(i*2+1);