Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 467254 Details for
Bug 612832
games-rpg/daimonin-client-0.10.8: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/daimonin-client-0.10.7-datadir.patch
daimonin-client-0.10.7-datadir.patch (text/plain), 983 bytes, created by
Simon
on 2017-03-16 19:05:00 UTC
(
hide
)
Description:
files/daimonin-client-0.10.7-datadir.patch
Filename:
MIME Type:
Creator:
Simon
Created:
2017-03-16 19:05:00 UTC
Size:
983 bytes
patch
obsolete
>--- main.c.old 2010-08-24 19:32:55.000000000 +0200 >+++ main.c 2010-09-19 18:49:54.000000000 +0200 >@@ -2386,7 +2386,7 @@ > > /* Add the base dir to the search path. The base dir is where all the > * defaults are (or should be). */ >- if (!PHYSFS_addToSearchPath(PHYSFS_getBaseDir(), 1)) >+ if (!PHYSFS_addToSearchPath(SYSPATH, 1)) > { > LOG(LOG_MSG, "%s\n", PHYSFS_getLastError()); > } >@@ -2545,13 +2545,13 @@ > > /* Prepend the user dir to the search path. This means files are read from > * this location in preference to the defaults. */ >- if (strcmp(PHYSFS_getBaseDir(), home)) >- { >+ /*if (strcmp(PHYSFS_getBaseDir(), home)) >+ {*/ > if (!PHYSFS_addToSearchPath(home, 0)) > { > LOG(LOG_ERROR, "%s\n", PHYSFS_getLastError()); > } >- } >+ //} > > /* Prepend any add-on packs to the search path. This means files are read > * from these locations in preference to the defaults and the user dir. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 612832
:
467252
| 467254 |
467256
|
476750
|
504598