Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/slim/files: slim-1.3.5-arm.patch
Date: Mon, 31 Dec 2012 18:10:01
Message-Id: 20121231180951.3F0E720081@flycatcher.gentoo.org
1 axs 12/12/31 18:09:51
2
3 Added: slim-1.3.5-arm.patch
4 Log:
5 version bump; better utf8 support, various fixes plus upstream systemd support
6
7 (Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.1 x11-misc/slim/files/slim-1.3.5-arm.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/files/slim-1.3.5-arm.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/files/slim-1.3.5-arm.patch?rev=1.1&content-type=text/plain
14
15 Index: slim-1.3.5-arm.patch
16 ===================================================================
17 --- a/Ck.cpp 2012-06-26 04:20:14.000000000 -0400
18 +++ b/Ck.cpp 2012-10-05 13:25:29.000000000 -0400
19 @@ -91,7 +91,7 @@
20
21 vt = *((long *)return_value);
22
23 - std::snprintf(device, 32, "/dev/tty%ld", vt);
24 + std::sprintf(device, "/dev/tty%ld", vt);
25
26 if(return_value)
27 XFree(return_value);