On Wed, 9 Dec 1998, Bob Sully wrote:

> Error in /var/lib/dosemu/global.conf: (line 263)

Should be the same bug as the below fix refers to.

Hans
<[EMAIL PROTECTED]>


Date: Tue, 8 Dec 1998 22:58:07 +0100 (MET)
From: Hans Lermen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: _X_winsize in 0.99.5 - how to use it?

On Mon, 7 Dec 1998 [EMAIL PROTECTED] wrote:

> $_X_winsize = (800,600)
> 
> gives a parse-error in that line of dosemu.conf, and other tries like

Thanks, you found a bug, please apply the following patch

--- global.conf~        Sun Dec  6 14:11:33 1998
+++ global.conf Tue Dec  8 22:45:36 1998
@@ -260,7 +261,7 @@
     if (strlen($_X_font)) $_X_font = 'font "', $_X_font, '"'; endif
 
     if (strlen($_X_winsize))
-      $xxx = strstr($_X_winsize,",")
+      $xxx = (strstr($_X_winsize,","))
       $_X_winsize = "winsize (", strdel($_X_winsize,$xxx,999), ") , (",
                     strsplit($_X_winsize,$xxx+1,999), ")"
     endif


Hans
<[EMAIL PROTECTED]>


Reply via email to