From f32b98b8686b25b9df27c01154089f14fc1b6fe4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2009 21:11:48 +0100 Subject: [PATCH 1/1] mention that screenshots file must be noraw --- pctb/structure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/structure.c b/pctb/structure.c index 8887c8a..94c6b42 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -387,7 +387,7 @@ static void file_read_image_ppm(FILE *f) { if (!(inpam.maxval == 255 && inpam.bytes_per_sample == 1 && inpam.format == RPPM_FORMAT)) - fatal("PNM screenshot(s) file must be 8bpp 1 byte per sample RGB"); + fatal("PNM screenshot(s) file must be 8bpp 1 byte-per-sample RGB raw"); CANONICALISE_IMAGE(im, inpam.width, inpam.height, { int r= fread(&rgb_buf,1,3,f); -- 2.30.2