mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
delete haserl-0.9.20-legacy.patch
This commit is contained in:
parent
a3113ac856
commit
977b0cc25b
@ -1,12 +0,0 @@
|
|||||||
diff -urN haserl-0.9.20-0rig/src/haserl.c haserl-0.9.20/src/haserl.c
|
|
||||||
--- haserl-0.9.20-0rig/src/haserl.c 2007-10-30 22:58:00.000000000 +0100
|
|
||||||
+++ haserl-0.9.20/src/haserl.c 2007-10-30 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)
|
|
||||||
{
|
|
Loading…
x
Reference in New Issue
Block a user