Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 8f36866

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
Pass the correct number of arguments.
Belonging to [master]: - #2516
1 parent ab5e5ee commit 8f36866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ static void* parseFile(const char* fileName, const char* infoName, int flags, co
422422

423423
#ifdef OMENCRYPTION
424424
if (len > 3 && 0==strcmp(fileName+len-4,".moc")) {
425-
return parseEncryptedFile(fileName, members.filename_C, langStd, runningTestsuite, libraryPath, lveInstance);
425+
return parseEncryptedFile(fileName, langStd, runningTestsuite, libraryPath, lveInstance);
426426
}
427427
#else
428428
if (len > 3 && 0==strcmp(fileName+len-4,".moc")) {

0 commit comments

Comments
 (0)