#103 closed defect (fixed)
Missing ending quotes in the error message
Reported by: | request | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
Missing ending quotes in the error message
ERROR: "house is not an object of type Real.
Must be: "house" is not an object of type Real.
this quotes
Real DatFun(Real dat) { dat+1 };
Real result = DatFun("house");
Change History (4)
comment:1 Changed 21 years ago by
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This bug has been resolved.
The affected file, bparser/scn.cpp, has been released in Tol CVS.
It was a problem related with the BText Copy sentence to set nextArgument_
attribute of the Scanner.
Schönes Montag!
comment:3 Changed 21 years ago by
WARNING, the last modification on scn.cpp causes an error evaluating ARGUMENT
tokens.
You can see the problem trying to load the TolInitLibrary.
To correct that I make some new changes:
scn.cpp has been returned back to previous version, and graimp.cpp receives new
changes that append an ended quotes.
Tschüss
comment:4 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
This bug has been resolved.
The affected file, bparser/scn.cpp, has been released in Tol CVS.
It was a problem related with the BText Copy sentence to set nextArgument_
attribute of the Scanner.
Schönes Montag!