about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoranselm@anselm1 <unknown>2008-02-22 19:32:53 +0000
committeranselm@anselm1 <unknown>2008-02-22 19:32:53 +0000
commitfd01413fae6dea101ed07e6ee7c0d26be5e92d03 (patch)
tree6a1d61fee8aaf246a8bad04eb93df9789b1163ac
parentd6e24f7116768427a2bb7a2b04f5295b9b5fb327 (diff)
downloaddwm-fd01413fae6dea101ed07e6ee7c0d26be5e92d03.tar.gz
fixed Gottox' mail address
-rw-r--r--LICENSE2
-rw-r--r--dwm.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index f93acc4..7af5b6e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -6,7 +6,7 @@ MIT/X Consortium License
 © 2007 Premysl Hruby <dfenze at gmail dot com>
 © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
 © 2007 Christof Musik <christof at sendfax dot de>
-© 2007-2008 Enno Gottox Boland <gottox at gmail dot com>
+© 2007-2008 Enno Gottox Boland <gottox at s01 dot de>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
diff --git a/dwm.c b/dwm.c
index 8e7a86a..0e47626 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2061,6 +2061,7 @@ selectmonitor(const char *arg) {
 
 int
 main(int argc, char *argv[]) {
+	fprintf(stderr, "%u\n", sizeof("jsjsjsjsjssjsj"));
 	if(argc == 2 && !strcmp("-v", argv[1]))
 		eprint("dwm-"VERSION", © 2006-2008 dwm engineers, see LICENSE for details\n");
 	else if(argc != 1)
>
4d4b3b1c0 ^

36efc380d ^

12d2a3751 ^
36efc380d ^



12d2a3751 ^
4d4b3b1c0 ^


12d2a3751 ^
4d4b3b1c0 ^


36efc380d ^
4d4b3b1c0 ^











9ce775f46 ^
4d4b3b1c0 ^
33e924a35 ^

4d4b3b1c0 ^
33e924a35 ^
4d4b3b1c0 ^

33e924a35 ^
9ce775f46 ^


33e924a35 ^


4d4b3b1c0 ^













e64742853 ^
4d4b3b1c0 ^

12d2a3751 ^




4d4b3b1c0 ^
12d2a3751 ^
2fc84325c ^
4d4b3b1c0 ^


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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100