Changes in libcfa/src/parseconfig.cfa [6a93e4d:7d25f44]
- File:
-
- 1 edited
-
libcfa/src/parseconfig.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r6a93e4d r7d25f44 29 29 // TODO: use string interface when it's ready (and implement exception msg protocol) 30 30 [ void ] msg( * Missing_Config_Entries ex ) { 31 serr | "The config file is missing " | ex->num_missing | "entr" | sepOff| (ex->num_missing == 1 ? "y." : "ies.");31 serr | "The config file is missing " | ex->num_missing | "entr" | nosep | (ex->num_missing == 1 ? "y." : "ies."); 32 32 } // msg 33 33
Note:
See TracChangeset
for help on using the changeset viewer.