diff -crN gau-0.4.1-orig/misc/lrz/lrz.c.patch gau-0.4.1/misc/lrz/lrz.c.patch *** gau-0.4.1-orig/misc/lrz/lrz.c.patch Tue Sep 7 22:44:18 1999 --- gau-0.4.1/misc/lrz/lrz.c.patch Tue Sep 7 22:46:46 1999 *************** *** 35,41 **** + Pathname=malloc((PATH_MAX)*2); + if (!Pathname) + error(1,0,_("out of memory")); ! + sprintf(Pathname, "%s %s", "grim_show", name_static); if (Verbose) { fprintf(stderr, "%s: %s %s\n", _("Topipe"), --- 35,41 ---- + Pathname=malloc((PATH_MAX)*2); + if (!Pathname) + error(1,0,_("out of memory")); ! + sprintf(Pathname, "%s %s", "grimview", name_static); if (Verbose) { fprintf(stderr, "%s: %s %s\n", _("Topipe"),