repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 1734e534101816a1d6662b69bb1b89a8bd689de9:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 1734e534101816a1d6662b69bb1b89a8bd689de9
Author: Alexander Barton 
Date:   Mon Sep 9 10:00:39 2002 +0000

    - Anpassungen an neue Test-Suite (Ausgabeformat).

diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c
index d2cb9204e63afff20a5b89569d7e2559a783bdb1..
index ..f4758b5cef9e29eed64bf211b982ef7019a5c2dd 100644
--- a/src/portab/portabtest.c
+++ b/src/portab/portabtest.c
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: portabtest.c,v 1.6 2002/06/26 12:48:20 alex Exp $
+ * $Id: portabtest.c,v 1.7 2002/09/09 10:00:39 alex Exp $
  *
  * portabtest.c: Testprogramm fuer portab.h
  */
@@ -31,9 +31,9 @@ main( VOID )
 {
 	INT ret = 0;

-	printf( "- system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS );
+	printf( "      - system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS );

-	printf( "- datatypes: ");
+	printf( "      - datatypes: ");
 	if( ! portab_check_types( ))
 	{
 		puts( "FAILED!" );

-----END OF PAGE-----