Patch level : 4.0

Files correlati     : ba1
Ricompilazione Demo : [ ]
Commento            :
Eliminati alcuni warning di incompatibilita' con standard ISO C++


git-svn-id: svn://10.65.10.50/trunk@15682 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2007-10-05 14:44:28 +00:00
parent 6e76b50513
commit ab774a96f9

@ -79,9 +79,8 @@ HIDDEN bool browse_file_handler(TMask_field& f, KEY k)
if (k == K_F9)
{
FILE_SPEC fs; memset(&fs, 0, sizeof(FILE_SPEC));
strcpy(fs.type, "DBF");
strcpy(fs.name, f.get());
strcpy(fs.creator, "ba1");
TFilename fname = f.get(); fname.ext("dbf");
xvt_fsys_convert_str_to_fspec(fname, &fs);
xvt_fsys_get_default_dir(&fs.dir);
xvt_fsys_save_dir();
if (xvt_dm_post_file_open(&fs, TR("Selezione file")) == FL_OK)