Changed the name of the files to temp files.

This commit is contained in:
skarg
2007-02-25 23:30:23 +00:00
parent 8d14d078a9
commit d119f3cacc
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -46,9 +46,9 @@ typedef struct {
} BACNET_FILE_LISTING;
static BACNET_FILE_LISTING BACnet_File_Listing[] = {
{0, "test.log"},
{1, "script.txt"},
{2, "bacenum.h"},
{0, "temp_0.txt"},
{1, "temp_1.txt"},
{2, "temp_2.txt"},
{0, NULL} /* last file indication */
};