Fix compile error for KVM. Modified filamdbf.cpp
This commit is contained in:
parent
1e07df99f3
commit
ad0d2424dd
@ -189,7 +189,7 @@ static int dbfhead(PGLOBAL g, FILE *file, PCSZ fn, DBFHEADER *buf)
|
||||
/* Returns: */
|
||||
/* RC_OK, RC_INFO, or RC_FX if error. */
|
||||
/****************************************************************************/
|
||||
int dbfields(PGLOBAL g, DBFHEADER* hdrp)
|
||||
static int dbfields(PGLOBAL g, DBFHEADER* hdrp)
|
||||
{
|
||||
char* endmark;
|
||||
int dbc = 2, rc = RC_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user