Skip to content

Commit

Permalink
#2731 Append the path delimiter to the string returned by `classDirec…
Browse files Browse the repository at this point in the history
…tory()`

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 24, 2014
1 parent f798252 commit a98159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Static.mo
Expand Up @@ -3644,7 +3644,7 @@ algorithm

case (_,_,_,_,_,_,Absyn.INFO(fileName=fileName))
equation
str = System.dirname(fileName);
str = stringAppend(System.dirname(fileName),System.pathDelimiter());
Error.addSourceMessage(Error.NON_STANDARD_OPERATOR_CLASS_DIRECTORY, {}, info);
then
(inCache,DAE.SCONST(str),DAE.PROP(DAE.T_STRING_DEFAULT,DAE.C_CONST()));
Expand Down

0 comments on commit a98159c

Please sign in to comment.