1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11-toolkits/gnocl/files/patch-src_parseMarkup.c
2013-09-17 08:36:00 +00:00

12 lines
361 B
C

--- src/parseMarkup.c.orig 2013-08-31 12:36:08.000000000 +0200
+++ src/parseMarkup.c 2013-09-17 10:09:40.000000000 +0200
@@ -29,6 +29,8 @@
static GSList *tagList = NULL;
+static void applyTags ( GtkTextBuffer *buffer, GtkTextIter *iter );
+
/* remove range of characters from string */
char * strcremove ( char *str, char *dest, int first, int last )
{