diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/haskell/PGF/Binary.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Binary.hs b/src/runtime/haskell/PGF/Binary.hs index becf5b9de..e2403809e 100644 --- a/src/runtime/haskell/PGF/Binary.hs +++ b/src/runtime/haskell/PGF/Binary.hs @@ -54,7 +54,7 @@ putSplitAbs :: PGF -> Put putSplitAbs pgf = do
putWord16be pgfMajorVersion
putWord16be pgfMinorVersion
- put (Map.insert (mkCId "index") (LStr "true") (gflags pgf))
+ put (Map.insert (mkCId "split") (LStr "true") (gflags pgf))
put (absname pgf, abstract pgf)
put [(name,cflags cnc) | (name,cnc) <- Map.toList (concretes pgf)]
|
