aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstorycode/gtk/gtknarrativeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.c b/libstorycode/gtk/gtknarrativeview.c
index 6be51c2..dbb5514 100644
--- a/libstorycode/gtk/gtknarrativeview.c
+++ b/libstorycode/gtk/gtknarrativeview.c
@@ -982,7 +982,7 @@ static void paste_storycode_received(GtkClipboard *cb, GtkSelectionData *seldata
}
printf("got SC '%s'\n", t);
- Narrative *nnew = storycode_parse_presentation(t);
+ Narrative *nnew = storycode_parse_presentation((char *)t);
narrative_debug(nnew);
gtknv_emit_change_sig(e);