aboutsummaryrefslogtreecommitdiff
path: root/lang/maude/files/patch-src__Mixfix__token.cc
blob: b32f6565b47f1c4d424f896e44ff2c7b73ef11c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/Mixfix/token.cc.orig	2014-09-03 02:58:50.000000000 +0200
+++ ./src/Mixfix/token.cc	2014-09-03 02:59:18.000000000 +0200
@@ -632,7 +632,7 @@
 	      }
 	  }
 	}
-      result.append(c);
+      result.push_back(c);
       seenBackslash = false;
     }
   CantHappen("bad end to string");