$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vjekoslav Brajkovic (balkan_at_[hidden])
Date: 2008-07-03 17:09:39
On Thu, 3 Jul 2008, Steven Watanabe wrote:
> You can't convert from int to command_t implicitly.
> Does it work if you pass DEPOSIT_CHUNK instead
> of 2?
Unfortunately not. Initially I was passing <command_t command> from
handle_init(), but then I decided to put value 2, so that I can isolate
the issue.
-V