Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67551 Details for
Bug 104707
games-roguelike/nethack - qt-nethack searches for saved games in the wrong place
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
3.4.3-files.c.patch
3.4.3-files.c.patch (text/plain), 709 bytes, created by
sven.jonsson
on 2005-09-03 06:10:23 UTC
(
hide
)
Description:
3.4.3-files.c.patch
Filename:
MIME Type:
Creator:
sven.jonsson
Created:
2005-09-03 06:10:23 UTC
Size:
709 bytes
patch
obsolete
>*** src/files.c.org 2005-06-27 19:05:20.000000000 +0200 >--- src/files.c 2005-06-27 19:05:20.000000000 +0200 >*************** >*** 999,1005 **** > #if defined(UNIX) && defined(QT_GRAPHICS) > int myuid=getuid(); > struct dirent **namelist; >! int n = scandir("save", &namelist, 0, alphasort);; > if ( n > 0 ) { > int i,j=0; > char** result = (char**)alloc((n+1)*sizeof(char*)); /* at most */ >--- 999,1005 ---- > #if defined(UNIX) && defined(QT_GRAPHICS) > int myuid=getuid(); > struct dirent **namelist; >! int n = scandir(fqname("save", SAVEPREFIX, 0), &namelist, 0, alphasort);; > if ( n > 0 ) { > int i,j=0; > char** result = (char**)alloc((n+1)*sizeof(char*)); /* at most */
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 104707
: 67551 |
67552