diff -ru src/part.c b/part.c --- src/part.c Thu May 14 06:01:00 2009 -0400 +++ b/part.c Thu May 14 06:01:00 2009 -0400 @@ -1767,8 +1767,8 @@ /* to compute number of partitions */ { INT erg = OK; - if (ni<0) return; - if (not EMPTYP(S_V_I(vec,ni))) return; + if (ni<0) return 0; + if (not EMPTYP(S_V_I(vec,ni))) return 0; else if (ni<=1) M_I_I(1,S_V_I(vec,ni)); else { //git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Expand)Author
2018-10-19tests: Run 'guix pack' tests using the external store....Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output....Ludovic Courtès
2018-06-01Add (gnu store database)....Caleb Ristvedt
2018-06-01gexp: Add 'with-extensions'....Ludovic Courtès
2018-01-08services: guix: Add 'log-compression' option....Ludovic Courtès
2017-12-01weather: Use (guix progress) for progress report....Ludovic Courtès
2017-05-18union: Gracefully handle dangling symlinks in the input....Ludovic Courtès
2017-05-04dir-locals.el: Add 'modify-phases' keywords....Alex Kost