Comment 6 for bug 130428

Revision history for this message
Matthias Klose (doko) wrote :

pcre3 (7.2-1ubuntu2) gutsy; urgency=low

  * Work around an API change; in 7.0, the signature of
      void RE::Init(const char *pat, const RE_Options* options)
    did change to
      void RE::Init(const string& pat, const RE_Options* options)
    Re-add the old one and let it call the new one. LP: #130428.

 -- Matthias Klose <email address hidden> Mon, 06 Aug 2007 10:49:23 +0200