Correezioni per compilazione
git-svn-id: svn://10.65.10.50/trunk@1470 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
720e9a0326
commit
182b649bde
@ -9,7 +9,7 @@
|
|||||||
#define BLOCK_SIZE 1024
|
#define BLOCK_SIZE 1024
|
||||||
|
|
||||||
TMemo_file::TMemo_file(const char* a) :
|
TMemo_file::TMemo_file(const char* a) :
|
||||||
_fname(a), _fp(NULL), _isnew(NULL)
|
_fname(a), _fp(NULL), _isnew(NULL)
|
||||||
{
|
{
|
||||||
// handles: open file or create
|
// handles: open file or create
|
||||||
_fname.ext("mem");
|
_fname.ext("mem");
|
||||||
@ -118,7 +118,7 @@ bool TMemo_file::get_field(TTextfile& t, long id)
|
|||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
long TMemo_file::set_field(TTextfile& t, long id)
|
long TMemo_file::set_field(const TTextfile& t, long id)
|
||||||
{
|
{
|
||||||
bool ok = TRUE;
|
bool ok = TRUE;
|
||||||
long ret = 0;
|
long ret = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user