On Mon, Jan 25, 2016 at 1:43 AM, Partha Bagchi wrote: >> Also, installing dcraw doesn't not fix the issue here. >> > I am talking about dcraw-load.c. I have it working by modifying > > command = g_strdup_printf ("dcraw -4 -c '%s'\n", op_raw_load->path); > to > command = g_strdup_printf ("dcraw -4 -c \"%s\"\n", op_raw_load->path);
That doesn't fix anything here. Alex _______________________________________________ gimp-user-list mailing list List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list