From: Joey Schulze Date: Tue, 1 Jan 2002 18:33:12 +0000 (+0000) Subject: This is the anticipated change for 2002, make EURO the default currency X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fdtaus;a=commitdiff_plain;h=61bfbb2d06885520c14ec7fcb5f8151ef3741757 This is the anticipated change for 2002, make EURO the default currency --- diff --git a/TODO b/TODO index cc99023..d5b3ae9 100644 --- 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 --- 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 + Copyright (c) 1996,8,2001,2 Martin Schulze 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 #include -/* #define DEFAULT_EURO */ +#define DEFAULT_EURO #ifndef DEFAULT_EURO int use_euro = 0; #endif