Skip to content

Commit

Permalink
- gee, shouldn't we return what we compute??!!
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 24, 2012
1 parent fc18a62 commit 1712a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/runtime/System_omc.cpp
Expand Up @@ -681,6 +681,7 @@ extern const char* System_snprintff(const char *fmt, int len, double d)
assert(1024>len);
snprintf(buf,len,fmt,d);
buf[1023] = 0;
return buf;
}

}

0 comments on commit 1712a6b

Please sign in to comment.