From e6dda147e0a4d1edab6b64c25e19a11dcad6d0e5 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 30 May 2020 04:12:07 +0000 Subject: Undo previous mistaken change git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3824 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/cameratopam/cameratopam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converter') diff --git a/converter/other/cameratopam/cameratopam.c b/converter/other/cameratopam/cameratopam.c index d8936f30..78eb6854 100644 --- a/converter/other/cameratopam/cameratopam.c +++ b/converter/other/cameratopam/cameratopam.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -46,7 +47,6 @@ #include "bayer.h" #include "foveon.h" #include "dng.h" -#include "stdio_nofail.h" /* All global variables are defined here, and all functions that @@ -233,7 +233,7 @@ fixBadPixels(Image const image) { } free (fname); if (fp) { - while (fgets_nofail (line, 128, fp)) { + while (fgets (line, 128, fp)) { char * cp; cp = strchr (line, '#'); if (cp) *cp = 0; -- cgit 1.4.1