Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Sep 10, 2004
1 parent 9965be6 commit bc90cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modeq/winruntime/systemimpl.c
Expand Up @@ -166,7 +166,8 @@ RML_BEGIN_LABEL(System__system_5fcall)
{
int ret_val;
char* str = RML_STRINGDATA(rmlA0);
if (str[0] == '\"') {
fprintf(stderr, "%s\n", str);
if (0 && str[0] == '\"') {
char longname[MAX_PATH];
char shortname[MAX_PATH];
char* endpos = strstr(&str[1],"\"");
Expand Down

0 comments on commit bc90cbb

Please sign in to comment.