Skip to content

Commit 460d595

Browse files
authored
Add files via upload
1 parent d657d2e commit 460d595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Samples/exp_2023-07-08_1.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ int main()
5353
siInsertIntoTable(ptrans, ptbl, 4, "Amy", L"CS");
5454
siInsertIntoTable(ptrans, ptbl, 3, "Jack", L"LT");
5555

56-
/*fp = fopen("C:\\Users\\user1\\source\\repos\\ConsoleApplication2\\ConsoleApplication2\\test.db", "wb");
56+
/*fp = fopen("test.db", "wb");
5757
5858
if (NULL != fp)
5959
{
6060
siSaveTable(fp, 0, ptbl);
6161
fclose(fp);
6262
}
6363
64-
fp = fopen("C:\\Users\\user1\\source\\repos\\ConsoleApplication2\\ConsoleApplication2\\test.db", "rb");
64+
fp = fopen("test.db", "rb");
6565
6666
if (NULL != fp)
6767
{

0 commit comments

Comments
 (0)