Skip to content

Commit

Permalink
- Fixed broken compilation due to RML stupidity.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Mar 21, 2012
1 parent 09eec63 commit b701329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/SCodeEnv.mo
Expand Up @@ -886,7 +886,7 @@ algorithm
case (_, _, _)
equation
false = Absyn.pathIsFullyQualified(inBaseClass);
(item, bc, env) = SCodeLookup.lookupNameInPackage(inBaseClass, inEnv);
(item, bc, env, _) = SCodeLookup.lookupNameInPackage(inBaseClass, inEnv);
bc = mergePathWithEnvPath(bc, env);
then
(SOME(bc), SOME(item));
Expand Down

0 comments on commit b701329

Please sign in to comment.