Skip to content

Commit

Permalink
- rollback of file opening issue
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henning Kiel committed Dec 4, 2012
1 parent d36ca88 commit 6f8e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/System_rml.c
Expand Up @@ -314,8 +314,8 @@ RML_BEGIN_LABEL(System__isIdenticalFile)
for(i=0;i<5;++i)
fputc(emptyString[i],d1);
fclose(d1);
fp1 = fopen(fileName1, "r");
}
fp1 = fopen(fileName1, "r");
fp2 = fopen(fileName2, "r");
if(!fp2){
//printf("Error opening the file(#2): %s\n",fileName2);
Expand Down

0 comments on commit 6f8e2b1

Please sign in to comment.