]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-assert-sigint.patch
really move the png
[packages/poldek.git] / poldek-assert-sigint.patch
1 diff -ruNp poldek-0.30.1.orig/install3/preinstall.c poldek-0.30.1/install3/preinstall.c
2 --- poldek-0.30.1.orig/install3/preinstall.c    2014-03-25 23:32:25.000000000 +0100
3 +++ poldek-0.30.1/install3/preinstall.c 2015-10-21 21:53:10.190934930 +0200
4 @@ -199,8 +199,10 @@ int i3_pre_ts_install(struct poldek_ts *
5          if (!pkg_is_marked(ts->pms, pkg))
6              continue;
7  
8 -        if (sigint_reached())
9 +        if (sigint_reached()) {
10 +            n_array_cfree(pkgs);
11              return -1;
12 +        }
13          
14          installable = i3_is_pkg_installable(ts, pkg, 1);
15          
This page took 0.030624 seconds and 3 git commands to generate.