Christian Buchta -> Institute for Tourism and Leisure Studies ->
Vienna University of Economics and Business Administration -> Vienna
-> Austria -> Europe. Visit us on http://www.wu-wien.ac.at/itf/.
--------------040104050805010601010607
Content-Type: text/plain;
name="patch_44783"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch_44783"
Index: src/main/character.c
===================================================================
--- src/main/character.c (revision 44783)
+++ src/main/character.c (working copy)
@@ -1281,7 +1281,7 @@
strcat(u, t);
} while(global && (st = fgrep_one_bytes(spat, s, useBytes)) >= 0);
strcat(u, s);
- SET_STRING_ELT(ans, i, mkChar(cbuf));
+ SET_STRING_ELT(ans, i, markKnown(cbuf, STRING_ELT(vec, i)));
Free(cbuf);
}
} else {
@@ -1337,7 +1337,7 @@
for (j = offset ; s[j] ; j++)
*u++ = s[j];
*u = '\0';
- SET_STRING_ELT(ans, i, mkChar(cbuf));
+ SET_STRING_ELT(ans, i, markKnown(cbuf, STRING_ELT(vec, i)));
Free(cbuf);
}
}
--------------040104050805010601010607--