Skip to content

Commit

Permalink
Fix the fpc crashing bug.
Browse files Browse the repository at this point in the history
Duh .. the config file specified to call xlat_fpc
in library fdoc2html.. so we should have got an exception
thrown (not a crash). Hard to tell at the moment why this
didn't appear to happen (it may have happened, and it's just
crappy error reporting translating to an abort() or something).
  • Loading branch information
skaller authored and skaller committed May 28, 2012
1 parent 9b0ab97 commit 252fa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiki/config/server_config.cfg
Expand Up @@ -35,7 +35,7 @@ extension cpp -> cpp2html::xlat_cpp
extension cxx -> cpp2html::xlat_cpp extension cxx -> cpp2html::xlat_cpp
extension h -> cpp2html::xlat_cpp extension h -> cpp2html::xlat_cpp
extension hpp -> cpp2html::xlat_cpp extension hpp -> cpp2html::xlat_cpp
extension fpc -> fdoc2html::xlat_fpc extension fpc -> fpc2html::xlat_fpc
extension fdoc -> fdoc2html::xlat_fdoc extension fdoc -> fdoc2html::xlat_fdoc
extension ml -> ocaml2html::xlat_ocaml extension ml -> ocaml2html::xlat_ocaml
extension mli -> ocaml2html::xlat_ocaml extension mli -> ocaml2html::xlat_ocaml
Expand Down

0 comments on commit 252fa7b

Please sign in to comment.