Changeset d9183f0417a9b7bce5e08abf8523b77f9e92cf01
- Timestamp:
- 11/14/10 16:06:51 (3 years ago)
- Author:
- Nedko Arnaudov <nedko@…>
- Children:
- 391cc007cd23e1abf9183efbf5fa9c2d06e33eb3
- Parents:
- 1524a3b43f8e5b598c5a41d318c86b91d49e1a80
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2010-11-14T16:06:51Z+0200
- Message:
-
ladishd: fix load of project dict
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1524a3b4
|
rd9183f0
|
|
| 497 | 497 | |
| 498 | 498 | if (context_ptr->depth == 1 && |
| 499 | | context_ptr->element[0] == PARSE_CONTEXT_STUDIO) |
| | 499 | context_ptr->element[0] == PARSE_CONTEXT_PROJECT) |
| 500 | 500 | { |
| 501 | 501 | context_ptr->dict = ladish_graph_get_dict(room_ptr->graph); |