libedit_end.diff

Nobuyoshi Nakada, 07/01/2010 02:41 pm

Download (287 Bytes)

 
b/src/groonga.c
1849 1849
    break;
1850 1850
  }
1851 1851
#ifdef WITH_LIBEDIT
1852
  if (batchmode) {
1852
  if (!batchmode) {
1853 1853
    history_end(elh);
1854 1854
    el_end(el);
1855 1855
  }