aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-10-16 21:48:44 +0200
committerThomas White <taw@bitwiz.org.uk>2014-10-16 21:48:44 +0200
commit9c94f68c4982b09d94f689c6bbf7e28a2074577b (patch)
tree7dae98ca569c5f49035eca9b03cd8f7bd9cb8bd3 /src
parentddca48bf3b71bd9795b00dc00c1543d7be1032f5 (diff)
Fix first slide
Diffstat (limited to 'src')
-rw-r--r--src/presentation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.c b/src/presentation.c
index d6c7429..1971671 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -325,6 +325,7 @@ int load_presentation(struct presentation *p, const char *filename)
everything = strdup("");
assert(p->completely_empty);
+ delete_slide(p, p->slides[0]);
fh = fopen(filename, "r");
if ( fh == NULL ) return 1;