Rename hello message.

This commit is contained in:
2020-03-01 16:56:45 +00:00
parent 8283e08a95
commit dade86a84d
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ Copyright (C) 2011-2020 Natalia Portillo
int main()
{
ULONG eaCounter = 0;
printf("The Disc Image Chef Filesystem Tester (Getter) for OS/2 %s\n", DIC_FSTESTER_VERSION);
printf("Aaru Filesystem Tester (Getter) for OS/2 %s\n", DIC_FSTESTER_VERSION);
printf("%s\n", DIC_COPYRIGHT);
return GetAllInDir("C:", &eaCounter);