mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
typo fix
This commit is contained in:
parent
7829267782
commit
f47e1b55ab
@ -85,7 +85,7 @@ void themeDownload(string themename)
|
||||
|
||||
char buffer[100];
|
||||
// download counter
|
||||
\\sprintf(buffer, "http://hbf.hamachi-mp.bplaced.net/Themes/counter.php?theme=%s", themename.c_str());
|
||||
sprintf(buffer, "http://hbf.hamachi-mp.bplaced.net/Themes/counter.php?theme=%s", themename.c_str());
|
||||
struct block file = downloadfile(buffer);
|
||||
|
||||
sprintf(buffer, "http://hbf.hamachi-mp.bplaced.net/Themes/index.php?path=Themes/%s", themename.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user