chiark / gitweb /
pass: Add comment on why we depend on coreutils
[termux-packages] / packages / leptonica / src-recogbasic.c.patch
1 diff -u -r ../leptonica-1.74.2/src/recogbasic.c ./src/recogbasic.c
2 --- ../leptonica-1.74.2/src/recogbasic.c        2017-05-20 03:30:27.000000000 +0200
3 +++ ./src/recogbasic.c  2017-06-07 01:17:15.994340419 +0200
4 @@ -1065,7 +1065,6 @@
5          return ERROR_INT("stream not opened", procName, 1);
6      ret = recogWriteStream(fp, recog);
7  #else
8 -    L_INFO("work-around: writing to a temp file\n", procName);
9    #ifdef _WIN32
10      if ((fp = fopenWriteWinTempfile()) == NULL)
11          return ERROR_INT("tmpfile stream not opened", procName, 1);