$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bryan Green (bgreen_at_[hidden])
Date: 2007-08-08 14:54:07
Vladimir Prus writes:
>
> I have applied your patch, thanks! There was a minor issue with the
> testcase, namely:
>
> char* cmdline6_[] = { "--imp=1 -m" };
>
> should have being:
>
> char* cmdline6_[] = { "--imp=1", "-m" };
>
> But otherwise there were no problems.
>
Thanks!
Bryan