wok-next view rarian/stuff/user-segfault.patch @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents
children
line source
1 --- util/rarian-sk-get-cl.cpp~ 2008-07-28 19:23:28.000000000 +0200
2 +++ util/rarian-sk-get-cl.cpp 2008-07-28 19:23:28.000000000 +0200
3 @@ -160,6 +160,11 @@
4 {
5 char *filename = NULL;
6 char *user = getenv ("USERNAME");
7 +
8 + if (user == NULL) {
9 + user = getenv ("USER");
10 + }
11 +
12 char *basepath = NULL;
13 int i=0;
14 int last = 0;