Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 26, 2014
1 parent 7207f27 commit 471dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/boot/include/msgpack-modelica.h
Expand Up @@ -216,7 +216,7 @@ static void* msgpack_modelica_new_stream(const char *filename)
#if HAVE_OPEN_MEMSTREAM
st->fout = open_memstream(&st->str,&st->size);
#else
MessageFormatError("String streams are not implemented for this platform");
ModelicaFormatError("String streams are not implemented for this platform");
#endif
} else {
st->fout = fopen(filename, "wb");
Expand Down

0 comments on commit 471dd61

Please sign in to comment.