You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
338 B
13 lines
338 B
diff --git a/src/main.cpp b/src/main.cpp
|
|
index be569a2..d00c2b9 100644
|
|
--- a/src/main.cpp
|
|
+++ b/src/main.cpp
|
|
@@ -43,7 +43,7 @@ int main(int argc,char** argv)
|
|
if(fp)
|
|
fclose(fp);
|
|
else
|
|
- rc=chdir("/usr/share/xupnpd/");
|
|
+ rc=chdir("/share/xupnpd/");
|
|
}
|
|
|
|
lua_State* L=lua_open();
|
|
|