Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39769 Details for
Bug 54983
tuxdash-0.8.ebuild (New)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Source code patch for the binary path
path.patch (text/plain), 718 bytes, created by
Gerrit
on 2004-09-17 11:15:35 UTC
(
hide
)
Description:
Source code patch for the binary path
Filename:
MIME Type:
Creator:
Gerrit
Created:
2004-09-17 11:15:35 UTC
Size:
718 bytes
patch
obsolete
>--- main.cpp.orig 2004-09-17 18:43:08.621451288 +0200 >+++ main.cpp 2004-09-17 18:43:35.127421768 +0200 >@@ -345,8 +345,8 @@ > HomeDirectory = getenv("HOME"); // get users home directory > CurrentDirectory = getenv("PWD"); // get TuxDash's working directory > TuxHomeDirectory = new char[strlen(HomeDirectory)+strlen("/.tuxdash")+1]; // align space for the string containing the path to tuxdash's config directory >- TuxWorkingDirectory = new char[strlen("./")+1]; >- strcpy(TuxWorkingDirectory, "./"); >+ TuxWorkingDirectory = new char[strlen("/usr/share/games/tuxdash/")+1]; >+ strcpy(TuxWorkingDirectory, "/usr/share/games/tuxdash/"); > strcpy(TuxHomeDirectory, HomeDirectory); > strcat(TuxHomeDirectory, "/.tuxdash"); >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54983
:
34032
| 39769 |
39770
|
39771