diff options
author | Michi Henning <michi@zeroc.com> | 2007-08-02 10:54:44 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-08-02 10:56:21 +1000 |
commit | 4bb399df54c204ba2c89b95f0c66bcda2a4a19fb (patch) | |
tree | 129709d7dd3a7745884c320842ed9d94d2affbc9 /cpp | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-4bb399df54c204ba2c89b95f0c66bcda2a4a19fb.tar.bz2 ice-4bb399df54c204ba2c89b95f0c66bcda2a4a19fb.tar.xz ice-4bb399df54c204ba2c89b95f0c66bcda2a4a19fb.zip |
Bug 2361.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/book/lifecycle/Grammar.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/book/lifecycle/Grammar.y b/cpp/demo/book/lifecycle/Grammar.y index 26f9f4be107..2566b6146ca 100644 --- a/cpp/demo/book/lifecycle/Grammar.y +++ b/cpp/demo/book/lifecycle/Grammar.y @@ -105,7 +105,7 @@ command } | TOK_CD strings { - parser->error($2.front()); + parser->cd($2.front()); } | TOK_CAT TOK_STRING { |