Introduction
Introduction Statistics Contact Development Disclaimer Help
initialize .img - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit 4ca44387e65a96a93b56ed1491f5f90c5e25d948
parent 3ce84e71700ba35818c7a83630994d765e77599d
Author: Szabolcs Nagy <[email protected]>
Date: Mon, 9 Nov 2015 02:58:26 +0100
initialize .img
without the attached patch ./sent example segfaults here
Diffstat:
M sent.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sent.c b/sent.c
@@ -394,6 +394,8 @@ void load(FILE *fp)
die("cannot strdup %u bytes:", strlen(buf)+1);
if (slides[i].text[0] == '@')
slides[i].img = pngopen(slides[i].text + 1);
+ else
+ slides[i].img = 0;
i++;
}
if (slides)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.