diff options
Diffstat (limited to 'graphics/feh/patches/patch-ac')
-rw-r--r-- | graphics/feh/patches/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/feh/patches/patch-ac b/graphics/feh/patches/patch-ac new file mode 100644 index 00000000000..c1294950dda --- /dev/null +++ b/graphics/feh/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1 2005/05/22 13:01:38 rillig Exp $ + +Needed for ISO C90 compliance. + +--- src/slideshow.c.orig Sun May 1 01:11:31 2005 ++++ src/slideshow.c Sun May 22 14:58:08 2005 +@@ -353,8 +353,8 @@ feh_action_run(feh_file * file, char *ac + D_ENTER(4); + if (action) + { +- D(3, ("Running action %s\n", action)); + char *sys; ++ D(3, ("Running action %s\n", action)); + sys = feh_printf(action, file); + + if (opt.verbose && !opt.list && !opt.customlist) |