From e4d50806f5a07b6a121d769647ec5a81d1968de5 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 3 Apr 2010 02:56:43 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1174 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/fiasco/codec/dfiasco.c | 1 + converter/other/fiasco/lib/image.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'converter/other') diff --git a/converter/other/fiasco/codec/dfiasco.c b/converter/other/fiasco/codec/dfiasco.c index 48c222aa..7d98f5f8 100644 --- a/converter/other/fiasco/codec/dfiasco.c +++ b/converter/other/fiasco/codec/dfiasco.c @@ -14,6 +14,7 @@ * $State: Exp $ */ +#include #include #include "nstring.h" diff --git a/converter/other/fiasco/lib/image.c b/converter/other/fiasco/lib/image.c index 30fefdd2..56275f2e 100644 --- a/converter/other/fiasco/lib/image.c +++ b/converter/other/fiasco/lib/image.c @@ -241,7 +241,7 @@ alloc_image (unsigned width, unsigned height, bool_t color, format_e format) image->format = format; image->reference_count = 1; - strcpy (image->id, "IFIASCO"); + STRSCPY(image->id, "IFIASCO"); for (band = first_band (color); band <= last_band (color); band++) if (format == FORMAT_4_2_0 && band != Y) -- cgit 1.4.1