diff options
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r-- | org/ao_read_source_files.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org index 4663b87..37929a7 100644 --- a/org/ao_read_source_files.org +++ b/org/ao_read_source_files.org @@ -82,7 +82,7 @@ private auto configSDLangRootTag(string configuration, string conf_sdl_filename) try { sdl_root_conf = parseSource(configuration); } - catch(SDLangParseException e) { + catch(ParseException e) { stderr.writeln("SDLang problem with content for ", conf_sdl_filename); // Error messages of the form: // myFile.sdl(5:28): Error: Invalid integer suffix. |