X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecBbiCommand.cxx;h=af65ae7aa897b9b7af07e6bb796049e05b7f5a6d;hb=6d2f79e0ff9b1c0b2db0d7f3d164f4f62434f08d;hp=ae427d5bf595f549bb0991464e11b0b8983d1b67;hpb=3924782985e3d7c795af6bb46c602157cfad59f0;p=bbtk.git diff --git a/packages/std/src/bbstdExecBbiCommand.cxx b/packages/std/src/bbstdExecBbiCommand.cxx index ae427d5..af65ae7 100755 --- a/packages/std/src/bbstdExecBbiCommand.cxx +++ b/packages/std/src/bbstdExecBbiCommand.cxx @@ -58,8 +58,8 @@ namespace bbstd ccommand[i]=34; } } - bool insideComment = false; // for multiline comment - I->InterpretLine( ccommand, insideComment); + + I->InterpretLine( ccommand ); pos1=pos2+1; pos2 = bbGetInputIn().find(";",pos2+1);