This is the anticipated change for 2002, make EURO the default currency
authorJoey Schulze <joey@infodrom.org>
Tue, 1 Jan 2002 18:33:12 +0000 (18:33 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 1 Jan 2002 18:33:12 +0000 (18:33 +0000)
TODO
dtaus.c

diff --git a/TODO b/TODO
index cc99023..d5b3ae9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,9 +3,6 @@ $Id$
 TODO List
 ---------
 
- . Change Euro to be the default (one and only) currency.  This will
-   most probably happen within the first week of the new year 2002.
-
  . Include consistency test for dtaus files.  It is possible to check
    all BLZ and KTO against some patterns.  At ping.de some algorithms
    were implemented.  There's also a list of valid BLZs somewhere
diff --git a/dtaus.c b/dtaus.c
index 4e73e49..78fcdaf 100644 (file)
--- a/dtaus.c
+++ b/dtaus.c
@@ -1,6 +1,6 @@
 /*
     dtaus.c - Belegloser Datenträgeraustausch mit einer Bank
-    Copyright (c) 1996,8,2001  Martin Schulze <joey@infodrom.org>
+    Copyright (c) 1996,8,2001,2  Martin Schulze <joey@infodrom.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 #include <time.h>
 #include <malloc.h>
 
-/* #define DEFAULT_EURO */
+#define DEFAULT_EURO
 #ifndef DEFAULT_EURO
 int use_euro = 0;
 #endif