Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2000 23:20:54 +0600 (YEKST)
From:      Denis Mittsev <dm@dmhome.orsk.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18914: Error in x11-wm/fvwm2 (FvwmCommand module)
Message-ID:  <200005301720.XAA13776@dmhome.orsk.ru>

next in thread | raw e-mail | index | archive | help

>Number:         18914
>Category:       ports
>Synopsis:       Error in x11-wm/fvwm2 (FvwmCommand module)
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 20:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Denis Mittsev
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:

patch-??:

--- extras/FvwmCommand/FvwmCommand.c.orig       Mon Jan 11 01:59:41 1999
+++ extras/FvwmCommand/FvwmCommand.c    Tue May 30 23:06:07 2000
@@ -700,7 +700,7 @@
 
   printf( "           %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n",
          "new page", 
-         body[0], body[0], body[2], body[3], body[4]);
+         body[0], body[1], body[2], body[3], body[4]);
 }
 
 /*************************************************************************


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005301720.XAA13776>