Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269320 | Differences between
and this patch

Collapse All | Expand All

(-)tesseract-2.03.orig/viewer/svutil.cpp (+1 lines)
Lines 36-45 Link Here
36
#endif
36
#endif
37
#endif
37
#endif
38
38
39
#include <iostream>
39
#include <iostream>
40
#include <string.h>
40
#include <string.h>
41
#include <cstdio>
41
#include <stdlib.h>
42
#include <stdlib.h>
42
43
43
const int kBufferSize = 65536;
44
const int kBufferSize = 65536;
44
const int kMaxMsgSize = 4096;
45
const int kMaxMsgSize = 4096;
45
46

Return to bug 269320