mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
This commit is contained in:
parent
da67f7551d
commit
a6129c0cfe
@ -465,6 +465,9 @@ bool ChangeInterface(char * filepath, bool silent)
|
|||||||
|
|
||||||
void CreateAppPath(char * origpath)
|
void CreateAppPath(char * origpath)
|
||||||
{
|
{
|
||||||
|
if(!origpath || origpath[0] == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
char * path = strdup(origpath); // make a copy so we don't mess up original
|
char * path = strdup(origpath); // make a copy so we don't mess up original
|
||||||
|
|
||||||
if(!path)
|
if(!path)
|
||||||
|
Loading…
Reference in New Issue
Block a user