# HG changeset patch # User anselm@anselm1 # Date 1203708773 0 # Node ID 6a1a8acc88fcdc71c52b8ddcdd9e111d31daed1e # Parent 2a63e213d42def3c6353be0e4fd738c31b54209c fixed Gottox' mail address diff -r 2a63e213d42d -r 6a1a8acc88fc LICENSE --- a/LICENSE Fri Feb 22 15:27:50 2008 +0000 +++ b/LICENSE Fri Feb 22 19:32:53 2008 +0000 @@ -6,7 +6,7 @@ © 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 -r 2a63e213d42d -r 6a1a8acc88fc dwm.c --- a/dwm.c Fri Feb 22 15:27:50 2008 +0000 +++ b/dwm.c Fri Feb 22 19:32:53 2008 +0000 @@ -2061,6 +2061,7 @@ 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)