about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/image.c')
-rw-r--r--converter/other/fiasco/lib/image.c2
1 files changed, 1 insertions, 1 deletions
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)