diff options
| author | aarne <unknown> | 2004-05-27 14:43:13 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-05-27 14:43:13 +0000 |
| commit | 6dcf9f1cd463262bd3015b93afb615c487f0b349 (patch) | |
| tree | ba443c12c3820f7a6154a889f7f2057362843004 /src/GF/API.hs | |
| parent | 244307ca3765c784cf3cb7d572eb08751a2ba74c (diff) | |
command option check
Diffstat (limited to 'src/GF/API.hs')
| -rw-r--r-- | src/GF/API.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/API.hs b/src/GF/API.hs index 42101706d..d92f85e26 100644 --- a/src/GF/API.hs +++ b/src/GF/API.hs @@ -167,7 +167,7 @@ generateTrees opts gr mt = cat = firstAbsCat opts gr dpt = maybe 3 id $ getOptInt opts flagDepth mn = getOptInt opts flagAlts - ifm = not $ oElem noMetas opts + ifm = oElem withMetas opts speechGenerate :: Options -> String -> IO () speechGenerate opts str = do |
