diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-28 12:56:27 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-28 12:56:27 +0200 |
commit | 342d7fb42ccb5d00d4c304ead767d6a2da87fcd2 (patch) | |
tree | d5c10a48747b2665917f3bf9b2d6530ecfcf23da /extra/rarian/user-segfault.patch | |
parent | 8a4507c04c40bb33de130f18a8acfe9fb67a2a5c (diff) | |
download | nutyx-extra-342d7fb42ccb5d00d4c304ead767d6a2da87fcd2.tar.gz nutyx-extra-342d7fb42ccb5d00d4c304ead767d6a2da87fcd2.tar.bz2 nutyx-extra-342d7fb42ccb5d00d4c304ead767d6a2da87fcd2.tar.xz nutyx-extra-342d7fb42ccb5d00d4c304ead767d6a2da87fcd2.zip |
Ajout de rarian#0.8.1-1
Diffstat (limited to 'extra/rarian/user-segfault.patch')
-rw-r--r-- | extra/rarian/user-segfault.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/rarian/user-segfault.patch b/extra/rarian/user-segfault.patch new file mode 100644 index 000000000..40bcc4854 --- /dev/null +++ b/extra/rarian/user-segfault.patch @@ -0,0 +1,15 @@ +--- util/rarian-sk-get-cl.cpp~ 2008-07-28 19:23:28.000000000 +0200 ++++ util/rarian-sk-get-cl.cpp 2008-07-28 19:23:28.000000000 +0200 +@@ -160,6 +160,11 @@ + { + char *filename = NULL; + char *user = getenv ("USERNAME"); ++ ++ if (user == NULL) { ++ user = getenv ("USER"); ++ } ++ + char *basepath = NULL; + int i=0; + int last = 0; + |