* Fix "locale leak" on newer Linux systems where gettext() seems to cache
authorArt Cancro <ajc@citadel.org>
Thu, 8 Dec 2005 16:49:56 +0000 (16:49 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 8 Dec 2005 16:49:56 +0000 (16:49 +0000)
commit3a91d9516ed0045640498d2c4584a2966672c6d5
treef487c4a59c842d367a420c240026715948287634
parentb98bab5e1d4c9a7bf95f608cbb04cfde2a972b87
* Fix "locale leak" on newer Linux systems where gettext() seems to cache
  its translated messages.  textdomain(textdomain(NULL)) clears the cache.
webcit/ChangeLog
webcit/gettext.c