Skip to content

Commit

Permalink
ticket:4175 Remove the unexpected integer formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 authored and OpenModelica-Hudson committed Dec 12, 2016
1 parent cc7fdac commit 648ebcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/simulation_runtime.cpp
Expand Up @@ -1020,7 +1020,7 @@ static void messageXMLTCP(int type, int stream, int indentNext, char *msg, int s
int i;
xmlTcpStream << "\">\n";
for (i=1; i<=*indexes; i++) {
xmlTcpStream << "<used index=\"" << indexes[i] << "%d\" />\n";
xmlTcpStream << "<used index=\"" << indexes[i] << "\" />\n";
}
if (!indentNext) {
numOpenTags--;
Expand Down

0 comments on commit 648ebcb

Please sign in to comment.