Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 648ebcb

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
ticket:4175 Remove the unexpected integer formatter.
1 parent cc7fdac commit 648ebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/simulation/simulation_runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ static void messageXMLTCP(int type, int stream, int indentNext, char *msg, int s
10201020
int i;
10211021
xmlTcpStream << "\">\n";
10221022
for (i=1; i<=*indexes; i++) {
1023-
xmlTcpStream << "<used index=\"" << indexes[i] << "%d\" />\n";
1023+
xmlTcpStream << "<used index=\"" << indexes[i] << "\" />\n";
10241024
}
10251025
if (!indentNext) {
10261026
numOpenTags--;

0 commit comments

Comments
 (0)