501f6b1d05
Give originator maintainership Export PORTVERSION to PLIST Update and sort MAN pages in Makefile Add hooks for GNOME Adjust patch file to install files in correct directory PR: 28709 Submitted by: Pete Fritchman <petef@databits.net>
11 lines
429 B
Text
11 lines
429 B
Text
--- modules/FvwmCommand/FvwmCommand.c.orig Wed Jul 4 22:35:50 2001
|
|
+++ modules/FvwmCommand/FvwmCommand.c Wed Jul 4 22:35:52 2001
|
|
@@ -927,7 +927,7 @@
|
|
{
|
|
printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n",
|
|
"new page",
|
|
- body[0], body[1], body[2], body[3], body[4]);
|
|
+ body[0], body[0], body[2], body[3], body[4]);
|
|
}
|
|
|
|
/*************************************************************************
|