@ -73,6 +73,7 @@ time_t LoggerGetLastLife(char *dirarg)
snprintf(path, sizeof path, "%s/lastlife.dat", dirarg);
fil = fopen(path, "r");
if (fil) {
line[0]='\0';
fgets(line, sizeof line, fil);
if (strcmp(line, LASTLOGTXT) == 0) {
The note is not visible to the blocked user.