From 0a4d2b34384c500bc138f73d059eecd47a72bd8a Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 2 Apr 2000 11:42:34 +0000 Subject: [PATCH] minor portability nit with gtkxmhtml tests * configure.in: minor portability nit with gtkxmhtml tests * plug-ins/print/print.c: fix missing variable name from the merge -Yosh --- ChangeLog | 6 ++++++ configure.in | 2 +- plug-ins/print/print.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4250578676..28e2289c2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Apr 2 04:39:10 PDT 2000 Manish Singh + + * configure.in: minor portability nit with gtkxmhtml tests + + * plug-ins/print/print.c: fix missing variable name from the merge + 2000-04-02 Sven Neumann * plug-ins/script-fu/scripts/add-bevel.scm diff --git a/configure.in b/configure.in index edfcdfc379..6247914f2f 100644 --- a/configure.in +++ b/configure.in @@ -559,7 +559,7 @@ fi dnl Sanity check to make sure the headers are there too and that gnome-config dnl didn't lie to us -if test -n $HELPBROWSER; then +if test -n "$HELPBROWSER"; then gimp_save_CPPFLAGS="$CPPFLAGS" gimp_save_LDFLAGS="$LDFLAGS" gimp_save_LIBS="$LIBS" diff --git a/plug-ins/print/print.c b/plug-ins/print/print.c index 66d76ec870..7a3c54c001 100644 --- a/plug-ins/print/print.c +++ b/plug-ins/print/print.c @@ -989,7 +989,7 @@ get_system_printers (void) char defname[17]; #if defined(LPC_COMMAND) || defined(LPSTAT_COMMAND) FILE *pfile; - char line[129]; + char line[129], name[17]; #endif #ifdef __EMX__ BYTE pnum;