diff src/xs_config.c @ 392:b09d74eb71e6

Working on getting STIL and SLDB using completely dynamically allocated structures. Indentation cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:02:00 +0000
parents b20300813b42
children f997b79a7251
line wrap: on
line diff
--- a/src/xs_config.c	Tue May 30 04:50:04 2006 +0000
+++ b/src/xs_config.c	Wed May 31 10:02:00 2006 +0000
@@ -307,7 +307,7 @@
 			break;
 
 		default:
-			XSERR
+			xs_error
 			    ("Internal: Unsupported setting type found while reading configuration file. Please report to author!\n");
 			break;
 		}
@@ -372,7 +372,7 @@
 			break;
 
 		default:
-			XSERR
+			xs_error
 			    ("Internal: Unsupported setting type found while writing configuration file. Please report to author!\n");
 			break;
 		}