reviewed, OK, thank you OBS-URL: https://build.opensuse.org/request/show/47990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Scan?expand=0&rev=5
12 lines
329 B
Diff
12 lines
329 B
Diff
--- Text-Scan-0.31/Scan.xs.orig 2010-04-15 21:44:27.000000000 +0200
|
|
+++ Text-Scan-0.31/Scan.xs 2010-09-13 13:12:38.994283000 +0200
|
|
@@ -57,7 +57,7 @@ int _find_match(fsm this, int matchlen,
|
|
|
|
|
|
|
|
-_malloc(fsm m) {
|
|
+void _malloc(fsm m) {
|
|
av_clear(m->found_keys);
|
|
av_clear(m->found_offsets);
|
|
av_clear(m->found_vals);
|