Subversion Repositories RepoView

Rev

Rev 46 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 47
Line 1... Line 1...
1
/* $Id: modern.c 46 2024-08-22 05:54:18Z nishi $ */
1
/* $Id: modern.c 47 2024-08-22 05:55:11Z nishi $ */
2
 
2
 
3
#include "rv_query.h"
3
#include "rv_query.h"
4
 
4
 
5
#include "rv_util.h"
5
#include "rv_util.h"
6
#include "rv_version.h"
6
#include "rv_version.h"
Line 796... Line 796...
796
 
796
 
797
					desc = html_escape_nl_to_br(buf);
797
					desc = html_escape_nl_to_br(buf);
798
 
798
 
799
					char* tmp = rv_strcat3(WWW_AVATAR_ROOT, "/", rv_get_query("username"));
799
					char* tmp = rv_strcat3(WWW_AVATAR_ROOT, "/", rv_get_query("username"));
800
					logopath = rv_strcat(tmp, ".png");
800
					logopath = rv_strcat(tmp, ".png");
-
 
801
					fprintf(stderr, "%s\n", logopath);
801
					free(tmp);
802
					free(tmp);
802
 
803
 
803
					fclose(f);
804
					fclose(f);
804
				}
805
				}
805
				free(path);
806
				free(path);