Changeset a141edbe in OpenModelica


Ignore:
Timestamp:
2014-06-25T12:59:41+02:00 (10 years ago)
Author:
Martin Sjölund <martin.sjolund@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
784f8ad
Parents:
0f68eb18
Message:

#2731 Always append / for classDirectory() calls

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/FrontEnd/Static.mo

    ra98159c7 ra141edbe  
    36453645    case (_,_,_,_,_,_,Absyn.INFO(fileName=fileName))
    36463646      equation
    3647         str = stringAppend(System.dirname(fileName),System.pathDelimiter());
     3647        str = stringAppend(System.dirname(fileName),"/");
    36483648        Error.addSourceMessage(Error.NON_STANDARD_OPERATOR_CLASS_DIRECTORY, {}, info);
    36493649      then
Note: See TracChangeset for help on using the changeset viewer.