simonmar 2002/12/17 04:27:31 PST
Modified files:
ghc/compiler/utils FastString.lhs
Log:
Oops, cmpFS uses strcmp() to compare strings, so it has a '\0'
terminator requirement. Fix it to use strncmp() instead.
Revision Changes Path
1.45 +10 -9 fptools/ghc/compiler/utils/FastString.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc
- cvs commit: fptools/ghc/compiler/utils FastString.lhs Simon Marlow
- cvs commit: fptools/ghc/compiler/utils FastString.... Simon Marlow
- cvs commit: fptools/ghc/compiler/utils FastString.... Simon Marlow
- cvs commit: fptools/ghc/compiler/utils FastString.... Simon Marlow
- cvs commit: fptools/ghc/compiler/utils FastString.... Simon Peyton Jones
