]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bregex.h
Working directory pane in restore. Will get this into the stack next.
[bacula/bacula] / bacula / src / lib / bregex.h
index 8c7778d1c357472c5e2388548d2b7907ba36a34e..aaef2a8a688d49523d75ae8349bea7945f3c0d84 100644 (file)
@@ -107,7 +107,7 @@ struct regex_t
    unsigned char anchor;           /* anchor: 0=none 1=begline 2=begbuf */
    char *errmsg;
    int cflags;                    /* compilation flags */
-   POOLMEM *str_lcase;            /* use to store expression in lcase */
+   POOLMEM *lcase;                /* used by REG_ICASE */
 };