@ -243,7 +243,7 @@ int main()
char date[60];
time_t now ;
char * locale;
setlocale(LC_ALL,"");
locale = setlocale(LC_ALL,"");
locale = setlocale(LC_ALL,NULL);
time( &now );
sprintf( date, "%s", ctime(&now));
The note is not visible to the blocked user.