Commit ad0d2424 authored by Olivier Bertrand's avatar Olivier Bertrand

Fix compile error for KVM. Modified filamdbf.cpp

parent 1e07df99
...@@ -189,7 +189,7 @@ static int dbfhead(PGLOBAL g, FILE *file, PCSZ fn, DBFHEADER *buf) ...@@ -189,7 +189,7 @@ static int dbfhead(PGLOBAL g, FILE *file, PCSZ fn, DBFHEADER *buf)
/* Returns: */ /* Returns: */
/* RC_OK, RC_INFO, or RC_FX if error. */ /* RC_OK, RC_INFO, or RC_FX if error. */
/****************************************************************************/ /****************************************************************************/
int dbfields(PGLOBAL g, DBFHEADER* hdrp) static int dbfields(PGLOBAL g, DBFHEADER* hdrp)
{ {
char* endmark; char* endmark;
int dbc = 2, rc = RC_OK; int dbc = 2, rc = RC_OK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment