notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4919040
)
fix skin directory default
author
kub
<derkub@gmail.com>
Tue, 22 Feb 2022 20:49:37 +0000
(20:49 +0000)
committer
kub
<derkub@gmail.com>
Tue, 22 Feb 2022 22:28:55 +0000
(22:28 +0000)
linux/plat.c
patch
|
blob
|
blame
|
history
diff --git
a/linux/plat.c
b/linux/plat.c
index
9109a32
..
707d5f7
100644
(file)
--- a/
linux/plat.c
+++ b/
linux/plat.c
@@
-75,7
+75,7
@@
int plat_get_skin_dir(char *dst, int len)
{
int ret = plat_get_exe_dir(dst, len);
if (ret < 0)
- ret
urn ret
;
+ ret
= 0
;
memcpy(dst + ret, "skin/", sizeof "skin/");
return ret + sizeof("skin/") - 1;