Skip to content

Commit

Permalink
- fixed small Linux part typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 26, 2007
1 parent 4e6ab8c commit 3a635c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/systemimpl.c
Expand Up @@ -2588,7 +2588,7 @@ RML_BEGIN_LABEL(System__sendData)
int logY = RML_UNTAGFIXNUM(rmlA6); //RML_STRINGDATA(rmlA6);
char* xLabel = RML_STRINGDATA(rmlA7);
char* yLabel = RML_STRINGDATA(rmlA8);
int points = (RML_UNTAGFIXNUM(rmlA9);
int points = RML_UNTAGFIXNUM(rmlA9);
char* range = RML_STRINGDATA(rmlA10);
// char* yRange = RML_STRINGDATA(rmlA11);
// emulateStreamData(data, 7778);
Expand Down

0 comments on commit 3a635c9

Please sign in to comment.