From fd01413fae6dea101ed07e6ee7c0d26be5e92d03 Mon Sep 17 00:00:00 2001 From: "anselm@anselm1" Date: Fri, 22 Feb 2008 19:32:53 +0000 Subject: [PATCH] fixed Gottox' mail address --- LICENSE | 2 +- dwm.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 © 2007 Szabolcs Nagy © 2007 Christof Musik -© 2007-2008 Enno Gottox Boland +© 2007-2008 Enno Gottox Boland 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) -- 1.7.10.4