Fossil SCM
Error of typing
Closed
738ddb08467b4c9…
· opened 11 years, 4 months ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Dec. 11, 2014 10:13 p.m.
There is a typing error in the search.c archive in the line 163:
conts char **azDoc;
must be changed to:
const char **azDoc;
:) very simple but the project do not compile.