summaryrefslogtreecommitdiff
path: root/misc/siag/patches/patch-ab
blob: 935ce2453cdeb9e57d63f945d5172fba3568ed30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$NetBSD: patch-ab,v 1.5 2004/05/03 15:58:55 wiz Exp $

--- xsiag/window.c.orig	2003-02-28 20:06:27.000000000 +0100
+++ xsiag/window.c
@@ -2822,8 +2822,8 @@ static void save_plugin(char *p) {
 		if (savematrix(p, w_list->buf, NULL)) {
 			printf("501 Can't save %s\n", p);
 		} else {
-			w_list->buf->change = FALSE; printf("250 Saved
-			%s\n", p);
+			w_list->buf->change = FALSE; printf("250 Saved "
+			"%s\n", p);
 		}
 	}
 }
@@ -2834,8 +2834,8 @@ static void load_plugin(char *p) {
 		if (loadmatrix(p, w_list->buf, NULL)) {
 			printf("501 Can't load %s\n", p);
 		} else {
-			w_list->buf->change = FALSE; printf("250 Loaded
-			%s\n", p);
+			w_list->buf->change = FALSE; printf("250 Loaded "
+			"%s\n", p);
 		}
 	}
 }
@@ -2865,8 +2865,8 @@ static void quit_plugin(char *p) {
 
 static void prnt_plugin(char *p) {
 	Widget w = w_list->ui->grid; Display *dpy = XtDisplay(w); Pixmap
-	pm = MwTablePixmap(w); XFreePixmap(dpy, pm); printf("502 Can't
-	print yet\n");
+	pm = MwTablePixmap(w); XFreePixmap(dpy, pm); printf("502 Can't "
+	"print yet\n");
 }
 
 static struct {