aboutsummaryrefslogtreecommitdiff
path: root/split_path.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-18 17:48:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-18 17:48:43 +0000
commit5426e236c661f2ea18e9f01fc03bc47fa0a66f0c (patch)
tree27c6a263afd76de000374ff80e68e1080cfb8cde /split_path.c
parent6c82c4c3307af84eec9558d5c40c045dc0929e11 (diff)
standardized on hans@eds.org
svn path=/trunk/externals/hcs/; revision=15793
Diffstat (limited to 'split_path.c')
-rw-r--r--split_path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/split_path.c b/split_path.c
index dfd8c67..2ee125b 100644
--- a/split_path.c
+++ b/split_path.c
@@ -1,6 +1,6 @@
/* (C) Guenter Geiger <geiger@epy.co.at> */
-/* I started with stripdir.c and turned it into split_path.c <hans@at.or.at> */
+/* I started with stripdir.c and turned it into split_path.c <hans@eds.org> */
#include <m_pd.h>
#include <string.h>
@@ -63,7 +63,7 @@ static void *split_path_new()
if(!split_path_instance_count)
{
post("[split_path] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
}
split_path_instance_count++;
return (x);