plug-ins: replace s/printf/g_printf/
commit0832bbd7713e785875b0ba1a061122289a97529a
authorJehan <jehan@girinstud.io>
Sun, 12 Aug 2018 17:21:44 +0000 (12 19:21 +0200)
committerJehan <jehan@girinstud.io>
Sun, 12 Aug 2018 20:53:24 +0000 (12 22:53 +0200)
tree14a7df3e69364ea400cd32362780bdd7d27a93c3
parent8e453330c981651ea6fbac9913c955c223a97c0f
plug-ins: replace s/printf/g_printf/

When cross-compiling, I got various linking errors for printf() calls:
> undefined reference to `libintl_printf'

I am unsure why, since this is not recent code, and it used to build
fine with mingw64 compilers (last I cross-built, which is many months
ago). Anyway g_printf() works fine, all necessary libs are already
linked, and it is supposed to be a synonym. So let's just go the easy
way and use g_printf() only.

(cherry picked from commit c49afa4f84c70538f7ed30784569bb4d32b159c0)
plug-ins/common/curve-bend.c
plug-ins/common/file-xwd.c
plug-ins/common/jigsaw.c
plug-ins/common/newsprint.c
plug-ins/common/sample-colorize.c
plug-ins/file-raw/file-darktable.c
plug-ins/file-sgi/sgi.c