aboutsummaryrefslogtreecommitdiff
path: root/editors/MathPlanner/files/patch-ConfigReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/MathPlanner/files/patch-ConfigReader.cpp')
-rw-r--r--editors/MathPlanner/files/patch-ConfigReader.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/MathPlanner/files/patch-ConfigReader.cpp b/editors/MathPlanner/files/patch-ConfigReader.cpp
new file mode 100644
index 000000000000..b630b3e770bb
--- /dev/null
+++ b/editors/MathPlanner/files/patch-ConfigReader.cpp
@@ -0,0 +1,11 @@
+--- src/ConfigReader.cpp.orig Sat Feb 8 20:50:08 2003
++++ src/ConfigReader.cpp Sat Feb 8 20:50:32 2003
+@@ -151,7 +151,7 @@
+
+ for(i=0;i<count;i++) {
+ if (Match(i,name)) {
+- co=strdupa(data[i].string);
++ co=strdup(data[i].string);
+ if (co) {
+ tok=strtok(co,se); r=atoi(tok);
+ tok=strtok(NULL,se); g=atoi(tok);