wok-next diff hardinfo/stuff/languages.patch @ rev 6711

Up: aufs-utils to 20101014. Added support to back up source code into a .tar.gz. Also added linux-module-headers as build depend since it builds with it. Added a fix-kdir.patch since it was KDIR support was remove from newer git version.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 03:01:24 2010 +0000 (2010-10-14)
parents c5069bc9ff25
children
line diff
     1.1 --- a/hardinfo/stuff/languages.patch	Sat Apr 26 09:24:27 2008 +0000
     1.2 +++ b/hardinfo/stuff/languages.patch	Thu Oct 14 03:01:24 2010 +0000
     1.3 @@ -17,4 +17,4 @@
     1.4  +	if (last) buf[0] = 0;
     1.5   	if (!strncmp(buf, "locale:", 7)) {
     1.6   	    sscanf(buf, "locale: %s", name);
     1.7 - 	    fgets(buf, 128, locale);
     1.8 +	    (void)fgets(buf, 128, locale);