~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to src/er_paf.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-grvehmdmxrzlkf1n
Tags: 3.9.0-1
New package. Closes: #641634

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
                REG_EXTENDED|REG_NOSUB);
336
336
        if(regstatus)
337
337
            {
338
 
            cpl_msg_error(er_func, "Bad formatted PRO CATG regular expresion");
 
338
            cpl_msg_error(er_func, "Bad formatted PRO CATG regular expression");
339
339
            cpl_error_set(er_func, CPL_ERROR_ILLEGAL_INPUT);
340
340
            cpl_msg_indent_less();
341
341
            regfree(&pattern);