diff options
| author | aarne <unknown> | 2004-06-24 19:08:30 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-06-24 19:08:30 +0000 |
| commit | ffd6c23155026b758eaf40abe7e43331b958f979 (patch) | |
| tree | d4c779bf829ecb2aeddddb79acbce4e8dc26b6db /src/GF/API.hs | |
| parent | 22e3bdce0251ce840a440a2c04c8c229d4c74947 (diff) | |
some fixes
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 0a1f2ee1a..2d23da0f6 100644 --- a/src/GF/API.hs +++ b/src/GF/API.hs @@ -189,7 +189,7 @@ optLinearizeTree opts0 gr t = case getOptVal opts transferFun of Just m -> useByTransfer flin g (I.identC m) t _ -> flin t where - opts = addOptions (stateOptions gr) opts0 + opts = addOptions opts0 (stateOptions gr) flin = case getOptVal opts markLin of Just mk | mk == markOptXML -> lin markXML |
