mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
haserl: bump version
This commit is contained in:
@@ -31,4 +31,4 @@ endchoice
|
|||||||
config BR2_PACKAGE_HASERL_VERSION
|
config BR2_PACKAGE_HASERL_VERSION
|
||||||
string
|
string
|
||||||
default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_X
|
default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_X
|
||||||
default "0.9.22" if BR2_PACKAGE_HASERL_VERSION_0_9_X
|
default "0.9.23" if BR2_PACKAGE_HASERL_VERSION_0_9_X
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
diff -urN haserl-0.9.21-0rig/src/haserl.c haserl-0.9.21/src/haserl.c
|
|
||||||
--- haserl-0.9.21-0rig/src/haserl.c 2007-12-13 22:58:00.000000000 +0100
|
|
||||||
+++ haserl-0.9.21/src/haserl.c 2007-12-13 23:00:10.000000000 +0100
|
|
||||||
@@ -210,7 +210,7 @@
|
|
||||||
}
|
|
||||||
memcpy ((char *) (entry + strlen (prefix)), str, strlen (str));
|
|
||||||
|
|
||||||
- keylen = (size_t) (index (entry, '=') - entry);
|
|
||||||
+ keylen = (size_t) (strchr (entry, '=') - entry);
|
|
||||||
|
|
||||||
if (keylen <= 0)
|
|
||||||
{
|
|
||||||
Reference in New Issue
Block a user