All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stas Sergeev <stsp@aknet.ru>
To: linux-msdos@vger.kernel.org
Subject: Re: Weird message and patch
Date: Tue, 22 Jul 2003 06:59:32 +0400	[thread overview]
Message-ID: <3F1CA894.2050102@aknet.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

Hello.

hector Colina wrote:
> euridice:/home/hector/dosemu-1.1.5# patch -p0 -s < ../patch
Use -p1 instead. Or update to 1.1.5.6.
And apply the attached patch also (with -p0).

[-- Attachment #2: msg.diff --]
[-- Type: text/plain, Size: 987 bytes --]

--- src/plugin/kbd_unicode/keymaps.c	Sun Jul 20 17:43:22 2003
+++ src/plugin/kbd_unicode/keymaps.c	Mon Jul 21 21:45:58 2003
@@ -2369,7 +2369,8 @@
 	
 	fd = getfd();
 	if(fd < 0) {
-		fprintf(stderr, "no console\n");
+		error("Unable to open console to evaluate the keyboard map.\n"
+		      "Please specify your keyboard map explicitly via the $_layout option\n");
 		return 1;
 	}
 	
--- src/env/video/X.c	Sun Jul 20 17:43:22 2003
+++ src/env/video/X.c	Mon Jul 21 21:47:49 2003
@@ -3407,10 +3407,10 @@
   if (strlen(p)) {
     font = XLoadQueryFont(display, p);
     if(font == NULL) {
-      error("X: Unable to open font \"%s\", using builtin", p);
+      error("X: Unable to open font \"%s\", using builtin\n", p);
     }
     else if(font->min_bounds.width != font->max_bounds.width) {
-      error("X: Font \"%s\" isn't monospaced, using builtin", p);
+      error("X: Font \"%s\" isn't monospaced, using builtin\n", p);
       XFreeFont(display, font);
       font = NULL;
     }

             reply	other threads:[~2003-07-22  2:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-22  2:59 Stas Sergeev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-07-21 18:56 Weird message and patch hector Colina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F1CA894.2050102@aknet.ru \
    --to=stsp@aknet.ru \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.