Skip to content

Commit

Permalink
- fix compilation error on Windows.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 11, 2011
1 parent e8f4a04 commit 322f9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/systemimpl.c
Expand Up @@ -1320,7 +1320,7 @@ static int SystemImpl__uriToClassAndPath(const char *uri, const char **scheme, c

int SystemImpl__solveLinearSystem(void *lA, void *lB, void **res)
{
int sz = 0,i,j;
integer sz = 0, i = 0, j = 0;
void *tmp = lB;
double *A,*B;
integer *ipiv;
Expand Down

0 comments on commit 322f9a0

Please sign in to comment.