GNOME Bugzilla – Bug 362832
null char in Dialogs.c breaks build on Solaris
Last modified: 2008-01-15 14:09:23 UTC
In dir /gimp-2.3.12/plug-ins/FractalExplorer the build fails on Solaris with: "Dialogs.c", line 814: null character in input pkgbuild: cc: acomp failed for Dialogs.c I didn't see it in vi, but 'od -c' shows it as being the first char in the line. I simply retyped the line and deleted the old one. Attached patch does this.
Created attachment 74862 [details] [review] Remove the null char at the start of line 814 in Dialogs.c.
2006-10-17 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer/Dialogs.c (explorer_dialog): removed null character (bug #362832).