Commit 182a08a8 authored by Monty's avatar Monty

Removed compiler warning from connect/filamdbf.cpp

parent de5dba9e
...@@ -643,7 +643,7 @@ bool DBFFAM::AllocateBuffer(PGLOBAL g) ...@@ -643,7 +643,7 @@ bool DBFFAM::AllocateBuffer(PGLOBAL g)
{ {
char c; char c;
int rc; int rc;
int len; int len= 0;
MODE mode = Tdbp->GetMode(); MODE mode = Tdbp->GetMode();
Buflen = Blksize; Buflen = Blksize;
......
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