Skip to content

Commit a3f232c

Browse files
committed
#2641 Use C++ locale-independent functions when reading csv-files in OMPlot
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent ba30a66 commit a3f232c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPlot/OMPlotGUI/OMPlotLib.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ QMAKE_LFLAGS += -enable-auto-import
1717

1818
SOURCES += ../../SimulationRuntime/c/util/read_matlab4.c \
1919
../../SimulationRuntime/c/util/libcsv.c \
20-
../../SimulationRuntime/c/util/read_csv.c \
20+
../../SimulationRuntime/c/util/read_csv.cpp \
2121
Plot.cpp \
2222
PlotZoomer.cpp \
2323
Legend.cpp \

0 commit comments

Comments
 (0)